You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As done in the excel parser in OTEAPI, we want a simple way to:
select the columns we want to read
associate the columns to properties in the data model
Add an option columns that takes a dict as argument, which maps the column number/name in the CSV file to the property name in the data model.
In some cases, it might be more convenient to provide a sequence or comma-separated string with new column names matching the property names. We could consider to also support that. Columns names left out (empty string) would be ignored.
Needed by Simon in BIG-MAP.
The text was updated successfully, but these errors were encountered:
As done in the excel parser in OTEAPI, we want a simple way to:
Add an option
columns
that takes a dict as argument, which maps the column number/name in the CSV file to the property name in the data model.In some cases, it might be more convenient to provide a sequence or comma-separated string with new column names matching the property names. We could consider to also support that. Columns names left out (empty string) would be ignored.
Needed by Simon in BIG-MAP.
The text was updated successfully, but these errors were encountered: