asto
January 18, 2024, 1:55pm
1
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
^ is content of my .csv file
What should I do to make it work?
Anil_G
(Anil Gorthi)
January 18, 2024, 6:17pm
2
@asto
Looks like the issue with the rwquired fields
Cheers
asto
January 19, 2024, 8:47am
3
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?
adiijaiin
(Aditya Jain)
January 19, 2024, 9:00am
4
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:
Thanks
and
Happy Automation!