Cannot import .csv into Data service

I’m trying to upload a .csv to Data Service, but no everytime I get “Error Code: 400 Message: Bulk upload failed. Unsupported file type application/vnd.ms-excel”. I am not uploading anything excel related, I’ve created a test entity and test .csv in a text editor.


^ is my entity in UiPath Data SErvice
image
^ is content of my .csv file
What should I do to make it work?

@asto

Looks like the issue with the rwquired fields

Cheers

Thanks for the reply. I have tried .csv encoded as both UTF-8 and ANSII, the files are significantly less than 10MB and 30,000 entries.

Could You please show me on the example I provided in my post how should I correct the file so that it is read by Data Service correctly?

Hi @asto

Here’s my CSV with the same data that you wrote,


This is the content of my file:

This is how my DataService looks like:

This is data inserted using Import facility:

Edit1:
Tried updating near about 12824 records,
and they are inserted as well:
image
image

Thanks
and
Happy Automation!