-
Notifications
You must be signed in to change notification settings - Fork 0
shvechikov/fwf2csv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
fwf2csv (0.1.0) - Converts fixed-width files (FWF) to comma separated (CSV).
BUILD AND TRY:
> cargo build
> cd ./example/
> ./run.sh
USAGE:
fwf2csv <schema>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<schema> Fixed-width schema file
EXAMPLE:
cat input_file.fwf | fwf2csv input_schema.csv > output.csv
SCHEMA FILE EXAMPLE:
> cat input_schema.csv
column,start,length
field_1,0,9
field_2,9,5
field_3,14,4
About
Extremely fast FWF to CSV converter written in Rust.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published