Hi
I took sample csv from Kaggle.
I have faced several different errors when loading it.
I removed all quotes and yet the error persists:
fixed_final_data_v2.csv @ position 51 - there's a field starting with a quote and whereas it ends that quote there seems to be characters in that field after that ending quote. That isn't supported. This is what I read: 'fileTree":'
Next I crated database locally and I loaded original file, and my fixed version without any errors.
How is that possible? CSV file is correct, I can load it with pandas and PyCharm and Numbers.
Is there a way to go around Aura error, please?
Best Ali