Import CSV object with Semicolon delimiter (MS Excel VBO)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-20 10:52 AM
I am using MS Excel VBO - Import CSV Action to get csv into excel. The CSV has semicolon separated values so i changed the the code to this :
There are no errors in the object but when I run the code it says : The given key was not present in the dictionary and fails.
Can anybody help me with this ? Or have any other solution for this ?
------------------------------
Kashish Jain
RPA Developer
Schneider Electric
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 05:22 AM
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 06:41 AM
I don't think you have to change code.
Just read your csv file to data item(text) using "read all text from file", replace semicolon to comma, and use "get csv as collection" action
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 07:24 AM
The Instance is being created in the process using create instance from MS Excel VBO and then passed onto this action as a parameter.
------------------------------
Kashish Jain
Application Engineer
Schneider Electric
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 07:27 AM
Could you explain where will I find these "read all text from file'' and "get csv as collection" objects and what will the flow be like?
------------------------------
Kashish Jain
Application Engineer
Schneider Electric
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 07:50 AM
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 08:09 AM
"get csv as collection" is in utility-strings
flow is:
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 10:05 AM
------------------------------
Kashish Jain
Application Engineer
Schneider Electric
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 04:37 PM
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-04-20 04:41 PM
------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------
