Nhà phát triển:
Giá bán: Miễn phí
Xếp hạng: 0 
Đánh giá: 0 Viết đánh giá
Danh sách: 0 + 0
Điểm: 0 + 0 ¡
Điểm +1

Mô tả

CSV Edit Sharp
CsvEditSharp is a CSV editor that describes read / write settings with C # script.

In the script, write read / write settings using API of "CsvHelper" which is a open source .Net class library.

[Script example]
-------------------
/* Get the API object that can be used in this script */
ICsvEditSharpApi api = GetCsvEditSharpApi();

/* Encoding of CSV file */
api.Encoding = Encoding.GetEncoding("utf-8");

/* Configuration settings for CSV Helper */
api.CsvConfiguration = new CsvConfiguration( CultureInfo.GetCultureInfo("en-US"))
{
HasHeaderRecord = true
};

/*****************************
Definition of record class
*****************************/
class FieldData
{
public string Name { get; set; }
[Format("d")]
public DateTime Birthday { get; set; }
public Gender Gender { get; set; }
public bool Married { get; set; }
[NumberStyles(NumberStyles.Currency)]
[Format("C")]
public decimal PocketMoney { get; set; }
}

/****************************************
Define the enum type of selection item
****************************************/
enum Gender
{
Male,
Female,
Other
}

/**********************************************
Register auto class maps in CSV reader/writer
**********************************************/
api.RegisterClassMap();

/************************
Add custom validations
************************/
api.AddValidation(
m => m.Birthday,
dt => dt.Date < DateTime.Now.Date,
"Cannot enter a future date.");

api.AddValidation(
m => m.PocketMoney,
n => n > 0 && n < 10000,
"PocketMoney must be in the range $0 to $10000.");

-------------------

For details of APIs that can be used in scripts, see below.
[GitHub]
https://github.com/pierre3/CsvEditSharp

[CsvHelper]
https://joshclose.github.io/CsvHelper/
Thêm ↓

Ảnh chụp màn hình

#1. CSV Edit Sharp (Windows) Bởi: pierre3
#2. CSV Edit Sharp (Windows) Bởi: pierre3
#3. CSV Edit Sharp (Windows) Bởi: pierre3
#4. CSV Edit Sharp (Windows) Bởi: pierre3

Tính năng mới

  • Phiên bản: PC
  • Cập nhật:

Giá bán

  • Hôm nay: Miễn phí
  • Tối thiểu: Miễn phí
  • Tối đa: Miễn phí
Theo dõi giá

Nhà phát triển

Điểm

Không tìm thấy ☹️

Xếp hạng

Không tìm thấy ☹️

Danh sách

Không tìm thấy ☹️

Đánh giá

Hãy là người đầu tiên đánh giá 🌟

Thông tin bổ sung

CSV Edit SharpCSV Edit Sharp URL ngắn: Đã sao chép!

Bạn cũng có thể thích

    • CSV Format Editor
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: ptl1998naganodevall
    • $1.39   
    • Danh sách: 0 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 0 + 0   Phiên bản: PC   ・Edit csv ・Convert csv to tsv ・Convert csv to json ・Convert csv to xml ・Convert csv to html ・Convert csv to excel ・Split csv file ・Join csv file ・Search csv
        ⥯ 
    • Edit Docx PLUS
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: File Format Apps
    • * Miễn phí   
    • Danh sách: 1 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 7 + 1,555 (4.7)   Phiên bản: PC   With Edit Docx PLUS, you can not only create and edit Word documents (.doc and .docx) directly, but also open many more common document formats (.odt, .wps and etc.). Support formats: ...
        ⥯ 
    • CSV Viewer Free
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: pauljohn
    • Miễn phí   
    • Danh sách: 1 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 1 + 541 (2.4)   Phiên bản: PC   This app is a free Office solution which offers easy viewing of Microsoft Office spreadsheets such as CSV / XLS / XLSX, it can open formats such as .CSV files. This app is the One ...
        ⥯ 
    • CSV to Dictionary Converter
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: Lacko Luboslav
    • Miễn phí   
    • Danh sách: 0 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 0 + 3 (3.7)   Phiên bản: PC   Application convert data from CSV (Comma-separated values) file to C# Dictionary structure (Key / Value pairs). Application use data with comma or semicolon separator. Attributes may ...
        ⥯ 
    • Mepro CSV Editor
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: Metin Morris
    • $1.89   
    • Danh sách: 0 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 0 + 0   Phiên bản: PC   CSV files are simple text files that contain values separated by commas, semicolons, or separator marks. They are widely used in most data analysis and reporting programs. However, ...
        ⥯ 
    • Barcode Edit
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: Needed Special Tools
    • $1.99   
    • Danh sách: 1 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 3 + 1 (1.0)   Phiên bản: PC   Barcode Edit has following features: - Read barcode information - Create barcode as image file - Create QR barcodes from rows of *.csv file Supported barcode formats to create image: ...
        ⥯ 
    • MBOX To CSV Converter
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: ITBeaver
    • $4.99   
    • Danh sách: 0 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 0 + 4 (2.8)   Phiên bản: PC   This application is designed to convert e-mail export file(.mbox) to simple text file(.csv). Drag and drop or open file to easily convert. You can change default separator to comma or ...
        ⥯ 
    • vCard CSV Exchange
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: Quant Games LLC
    • Miễn phí   
    • Danh sách: 0 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 0 + 28 (2.0)   Phiên bản: PC   This tool can help with conversion of contact data between CSV (Outlook.com exchange format) and vCard .VCF used by Nokia mobile and feature (like Asha) phones.
        ⥯ 
    • PDF View and Edit
    • Windows Ứng dụng: Tiện ích & công cụ  Bởi: Christian Regli
    • $2.09   
    • Danh sách: 0 + 0   Xếp hạng: 0   Đánh giá: 0
    • Điểm: 0 + 4 (5.0)   Phiên bản: PC   Full featured PDF viewer with annotation capabilities. Nice and cleanly organized. Open and display both normal and PDF files protected with AES and RC4 encryption algorithms (password
        ⥯ 

Bạn cũng có thể thích

Toán tử tìm kiếm bạn có thể sử dụng với AppAgg
Thêm vào AppAgg
AppAgg
Bắt đầu - hoàn toàn miễn phí.
Đăng ký
Đăng nhập