Hello all,
I am trying to create a spreadsheet with a raw txt file and I was following the directions on a website but can't seem to figure it out.
Here is an example workflow I attempte
Notice the raw text in the field I circled above? I want to convert that text into a spreadsheet like so:
As always, your help is deeply appreciated.
Solved! Go to Solution.
uncheck "first row contains field names"
I did that and continued working on the workflow but am stuck with an output that does not make sense still:
based off my txt file, there should a couple more unique rows
output should look like this:
any advice?
Thank you!
What are your cross tab configurations?
The number in the json name should probably be grouped by, the data is probably items_0_assignee, items_1_assignee, etc.
what's your json tool configuration too?
Hi @mzsweetumz hmmm. I think you might need to parse the Json differently - usually you want to pull all the json values into one field and the json names into another (depending upon what you are trying to do) - and then crosstab based upon that - with a unique id that relates to rows. I can't tell the specifics from the schema that you pictured.
If you can post one record of sample json - I'm sure @Luke_C or I could set up a workflow for you - or give you a pointer to what you should be swapping and where.