-
I try to validate a csv file against a table schema, and I realized that unicode indicators Schema:
Value of Error: Link to the workflow that show the errors, at lines 15, 16 and 17 (don't pay attention to the other errors, I fixed it): https://github.com/IdrissaD/schema_randonnee/runs/2381935747?check_suite_focus=true#step:6:15 Is it normal, and is there a way to make this work (apart from removing the (Edit: thanks for moving it here, didn't see the discussion tab at first...) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@IdrissaD |
Beta Was this translation helpful? Give feedback.
@IdrissaD
Hi, I think during the data population process
json.dumps
has to be used because currently it's no a valid JSON because ofu
(looks like native Python stringification)