Dynamic Input Tool to read Json file
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
prashantnahar
7 - Meteor
‎05-18-2022
12:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can we use dynamic tool to read json from temp file created by download tool ? Seems like UTF-8 conversion issue ? I am getting no data found a character 0. Tried block until done as suggested by some when parsing excel file.
Labels:
- Labels:
- Dynamic Processing
2 REPLIES 2
gabrielvilella
14 - Magnetar
‎05-18-2022
07:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It is possible to use the Dynamic Input to read JSON files. Since you are getting that error, which is most likely related to encoding, you can try reading it as a .csv with \0 delimiter, then parse the data from there.
‎05-20-2022
10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks, I changed the Code Type in Dynamic input to UTF-8. it worked. But your response helped to trigger that thought. Much appriceated.
