Skip to content

Character Reference Support #124

Description

@cheebusjeebus

I like write CSV and sometimes i like store complex datas inside. Example i want to put bytes inside or a formatted paragraph however they are written legibly.

Proposed schema.ini:

[mydata.csv]
Format=Delimited(;)
Col1=EntryId Integer Width 8
Col2=SecurityKey Text Width 17
;Col2=SecurityKey Text CharReferences CStrings
Col3=Crc32 Text Width 8
;Col3=Crc32 Hex Uppercase
Col4=Md5 Text Width 32
;Col4=Md5 Hex Lowercase
Col5=Description Text Width 150
;Col5=Description Text CharReferences HtmlXml

mydata.csv test:

"EntryId"; "SecurityKey";             "Crc32";    "Md5",                              "Description"
"1";       "\0\0a3MKWOEL{\x88\rCyu_"; "EA041CBC"; "1919e30750a84780f3e1db0a069ff4b8"; "This key & all other datas require backups!
Kindly retrieve a disk for him."

Sometimes i'm write Hello\nworld! but CSVLint lacking a ability to disambiguate this behaviour. I'm satisfy to know his datatypes. Kindly add him to your project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions