├── LICENSE ├── README.md ├── fio_field_names.txt ├── fio_minimal_header.csv └── gen_field_numbers.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarao/fio_minimal_csv_header/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarao/fio_minimal_csv_header/HEAD/README.md -------------------------------------------------------------------------------- /fio_field_names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarao/fio_minimal_csv_header/HEAD/fio_field_names.txt -------------------------------------------------------------------------------- /fio_minimal_header.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarao/fio_minimal_csv_header/HEAD/fio_minimal_header.csv -------------------------------------------------------------------------------- /gen_field_numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarao/fio_minimal_csv_header/HEAD/gen_field_numbers.py --------------------------------------------------------------------------------