Hi Everyone,
I downloaded this dataset. The Movies Dataset | Kaggle
I cant figure out how to parse it in Altreryx. I attached a smaller file from the set to this. Can someone help me out?
looks like csv with nested json fields. use the json parse on the json fields...
It get nothing when I try a JSON parse.
Just an error.
ConvError: JSON Parse (4): Parse Error in Record [{'id': 16, 'name': 'Animation'}, {'id': 35, 'name': 'Comedy'}, : Error message: Missing a name for object member. at character position: 2
Sorry this is very new to me.
probably doesn't like the [ and ] - give me a second...
Hi - can you mark this as correct - that way the next person who is trying to solve why the json parse tool isn't working can stumble upon the issue with single quotes versus double quotes?