Convert ararry with a lot of lines into a lot of seperated items

I am creating an OCR scenario where I Extrating text from picture by 0codekit.
After the 0codekit module run, I get an output value which consist of a lot of lines but that consider as in the same string. I want to convert all theres lines into seperated items so I can choose which one of them to put in the next module.


โ€โ€ืœื›ื™ื“ื”.JPGyyyy65y65y56

They are all numbered in an array, so you can simply use the get built-in function to pick specific items from the array.

E.g.:

{{ get(13.texts; 12) }}

to get โ€œGiven nameโ€, etc.

For more information see the โ€œMapping with arraysโ€ link below:

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules โ€”

General

Help Center Basics

Articles & Videos

Feature Requests & Suggestions

samliew โ€“ request private consultation

Join the unofficial Make Discord server to chat with us!

3 Likes