Skip to content

krcs/csv-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-scripts

csv-info.raku

The script is used to determine the delimiters and data types of the given CSV file.

Usage:

.\csv-info.raku [--delimiter=<Char>] [--skip-header[=UInt]] [--encoding=<encoding>] <file>

    --delimiter=<Char>       Delimiter.
    --skip-header[=UInt]     Skip the first N lines during fields analysis.
    --encoding=<encoding>    File encoding: utf8 (default), utf16, utf16le, utf16be, 
                                            utf8-c8, iso-8859-1, windows-1251, windows-1252, 
                                            windows-932, ascii

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages