-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Description
Describe the bug
Version: 5.5.3
I am using the sync
api to parse a csv file and get the records. I also need the headers (on the first line) for later analysis but they are not present in the records (maybe thats intentional). How do i get these?
To Reproduce
I am using the following code for parsing
const data = file.data;
const parseResult = parse(data, {
cast: true,
columns: true,
skip_empty_lines: true,
trim: true,
info: true,
delimiter
} as Options);
AkshatGiri
Metadata
Metadata
Assignees
Labels
No labels