-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello sir, i have a CSV document and he contain 3 tables inside. the table looks like this (see below):
# Inventory
id,name,quantity,taste
0,sugar,12,sweet
1,parsley,29,herbaceous
2,oregano,6,bold
3,garlic,1,savoury
4,black pepper,,zesty
5,sea salt,8,strong
# Customers
id,firstName,lastName
0,John,Burgess
1,Stacy,Morgan
2,Pierre,
3,Reginald,Greene
4,Lacy,Woodstock
dish,rating
eggs & sausage,4.3/5
hamburger,4.8/5
,
phở,3/5
as you see, each table is separated by 1 empty line (and optional comment to denote table name). CSVLint identify as one table erroneously, and I can't cause him to interpret each table separately. How can i do this? Is he a unimplemented features? Thank you sir.
Metadata
Metadata
Assignees
Labels
No labels