Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Help with extracting a JSON

Hi All,

 

So we have an applications portal where people can choose various answers and submit an application for funding.

 

I have managed to (mostly) successfully extract the "responses" JSON into a set of columns, however there are a few where the response comes through as List.

 

 

In a further complication, some entries are empty, I have rplaced some with zeroes (where an error appeared in the original extrac), and the list entries can be different sizes:

 

And when I try to split the column by delimiter (I've tried them all and am not certain what the delimietr actually is) it gives me an error on converting a List to Text

 

 

I'm out of ideas. Any suggestions?

 

Thanks.

  • Anonymous's avatar
    Anonymous
    6 years ago

    Success!

     

    Instead of replacing errors with 0, I removed them instead. I can now extract the list to individual rows and perform my calculations from there.

     

    I'm learning!

4 Replies