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
@samplue Reports the following issue with 1.3.2 when he is trying to upload a data set to his Notion Database.
INFO: CSV2Notion Neo version 1.3.2
INFO: Validating csv & csv2notion_neo.notion DB schema
WARNING: Inconsistent number of columns detected. Excess columns will be truncated.
ERROR: Error at division
Traceback (most recent call last):
File "csv2notion_neo/cli.py", line 53, in cli
File "csv2notion_neo/cli_steps.py", line 53, in convert_csv_to_notion_rows
File "csv2notion_neo/notion_preparator.py", line 43, in prepare
File "csv2notion_neo/notion_preparator.py", line 81, in _validate_mandatory_columns
csv2notion_neo.utils_exceptions.NotionError: Mandatory column(s) {'Reel'} not found in csv file.
@arjunprakash027
@samplue Reports the following issue with 1.3.2 when he is trying to upload a data set to his Notion Database.
From his .sh Script:
"$TOOL_PATH" --workspace "$NOTION_WORKSPACE" --token $NOTION_TOKEN --url $NOTION_URL --mandatory-column "Reel" --max-threads 10 --merge --log "$UPLOAD_LOG" --verbose "$UPLOAD_PAYLOAD"
Interestedly I am getting a different error when attempting reproduce his error.
The text was updated successfully, but these errors were encountered: