ผู้พัฒนา:
ราคา: ฟรี
การจัดอันดับ: 0 
ความเห็น: 0 เขียนความเห็น
รายการ: 0 + 0
แต้มแล: 0 + 0 ¡
แต้มแล +1

คำอธิบาย

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/
ขึ้น ↓

ภาพหน้าจอ

#1. CSV Edit Sharp (Windows) โดย: pierre3
#2. CSV Edit Sharp (Windows) โดย: pierre3
#3. CSV Edit Sharp (Windows) โดย: pierre3
#4. CSV Edit Sharp (Windows) โดย: pierre3

มีอะไรใหม่

  • เวอร์ชัน: PC
  • อัปเดต:

ราคา

  • วันนี้: ฟรี
  • ต่ำสุด: ฟรี
  • มากที่สุด: ฟรี
ติดตามราคา

ผู้พัฒนา

  • pierre3
  • แพลตฟอร์ม: Windows แอป (1)
  • รายการ: 0 + 0
  • แต้มแล: 0 + 0 ¡
  • การจัดอันดับ: 0
  • ความเห็น: 0
  • ลดราคา: 0
  • วิดีโอ: 0
  • RSS: ติดตาม

แต้มแล

ไม่พบ ☹️

การจัดอันดับ

ไม่พบ ☹️

รายการ

ไม่พบ ☹️

ความเห็น

แสดงรีวิวเป็นคนแรกเลย 🌟

ข้อมูลเพิ่มเติม

รายชื่อติดต่อ

CSV Edit SharpCSV Edit Sharp URL แบบสั้น: คัดลอกแล้ว!

คุณอาจชอบ

คุณอาจชอบ

โอเปอเรเตอร์การค้นหาที่คุณสามารถใช้กับ AppAgg
เพิ่มใน AppAgg
AppAgg
เริ่มต้นใช้งาน – ฟรี
ลงทะเบียน
ลงชื่อเข้าสู่ระบบ