Dezvoltator: | pierre3 (1) | ||
Preț: | Gratuit | ||
Clasificări: | 0 | ||
Recenzii: | 0 Scrie o recenzie | ||
Liste: | 0 + 0 | ||
Punctele: | 0 + 0 ¡ | ||
Punctele +1 |
Descriere
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/
Capturi de ecran
Ce este nou
- Versiune: PC
- Actualizată:
Preț
- Azi: Gratuit
- Minim: Gratuit
- Maxim: Gratuit
Urmăriți prețurile
Dezvoltator
- pierre3
- Platforme: Windows Aplicații (1)
- Liste: 0 + 0
- Punctele: 0 + 0 ¡
- Clasificări: 0
- Recenzii: 0
- Reduceri: 0
- Videoclipuri: 0
- RSS: Abonează-te
Punctele
Nu a fost gasit ☹️
Clasificări
Nu a fost gasit ☹️
Liste
Nu a fost gasit ☹️
Recenzii
Fii primul care a revizuit 🌟
Informații suplimentare
- Versiune: PC
- ID: 9PN205V6THDN
- Categorie:
Windows Aplicații
›Utilitare și instrumente
- SO:
HoloLens
,Mobile
,PC
,Surface Hub
- Mărimea:
90 Mb
- Limbă acceptată:
English
- Evaluarea conținutului:
EVERYONE
- Windows Store Evaluare:
0
- Actualizată:
- Data lansării:
Agendă
S-ar putea sa-ti placa si
-
- CSV Format Editor
- Windows Aplicații: Utilitare și instrumente De: ptl1998naganodevall
- $1.39
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 0 Versiune: 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 PDF Pages with PDFCool
- Windows Aplicații: Utilitare și instrumente De: Newera Software Technology Inc.
- $19.99
- Liste: 0 + 1 Clasificări: 0 Recenzii: 0
- Punctele: 1 + 4 (3.8) Versiune: PC "Edit PDF Pages with PDFCool" is an easy-to-use but powerful PDF page handler. It can be used to edit and modify PDF pagess. You can add, del, export, insert and copy pages of PDF. In ... ⥯
-
- Edit Docx PLUS
- Windows Aplicații: Utilitare și instrumente De: File Format Apps
- * Gratuit
- Liste: 0 + 1 Clasificări: 0 Recenzii: 0
- Punctele: 7 + 1,555 (4.7) Versiune: 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 Aplicații: Utilitare și instrumente De: pauljohn
- Gratuit
- Liste: 0 + 1 Clasificări: 0 Recenzii: 0
- Punctele: 1 + 541 (2.4) Versiune: 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 Aplicații: Utilitare și instrumente De: Lacko Luboslav
- Gratuit
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 3 (3.7) Versiune: 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 Aplicații: Utilitare și instrumente De: Metin Morris
- $1.89
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 0 Versiune: 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 Aplicații: Utilitare și instrumente De: Needed Special Tools
- $1.99
- Liste: 0 + 1 Clasificări: 0 Recenzii: 0
- Punctele: 3 + 1 (1.0) Versiune: 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: ... ⥯
-
- ICAL to CSV Converter
- Windows Aplicații: Utilitare și instrumente De: Freytag and Company LLC
- * Gratuit
- Liste: 0 + 1 Clasificări: 0 Recenzii: 0
- Punctele: 2 + 8 (3.5) Versiune: PC iCAL to CSV Converter is an all-in-one tool that privately converts your ICS (calendar) file to a convenient CSV (comma-separated value) file OR does the reverse and converts your CSV ... ⥯
-
- Spreadsheet-xlsx&csv editor
- Windows Aplicații: Utilitare și instrumente De: Shenzhen Biggerlens Technology Co., Ltd
- Gratuit
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 0 Versiune: PC Form making tool software and daily office software; It allows you to create, view, edit, and share forms at any time. It provides a variety of form templates, and can quickly produce ... ⥯
-
- MBOX To CSV Converter
- Windows Aplicații: Utilitare și instrumente De: ITBeaver
- $4.99
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 4 (2.8) Versiune: 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 Aplicații: Utilitare și instrumente De: Quant Games LLC
- Gratuit
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 28 (2.0) Versiune: 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. ⥯
-
- Screen Recorder - Record Audio, Capture, Edit
- Windows Aplicații: Utilitare și instrumente De: Good Job Apps
- * Gratuit
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 2 + 54 (2.8) Versiune: PC Perfect app to record and capture the screen in video formats. Screen recording of any app can be done in live application usage mode, like typing any message, record video calls, ... ⥯
-
- PDF View and Edit
- Windows Aplicații: Utilitare și instrumente De: Christian Regli
- $2.09
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 4 (5.0) Versiune: 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 ⥯
-
- TXT Editer (win10)
- Windows Aplicații: Utilitare și instrumente De: Shuolin Wei
- * Gratuit
- Liste: 0 + 0 Clasificări: 0 Recenzii: 0
- Punctele: 0 + 4 (2.0) Versiune: PC Edit TXT file except ANSI encoding format ⥯