I need to extract data from a table

i have a table in a url and i need extract here everything its ok but when i need to create a cvs or json only i have is a long string or ,[object Object] or collection




Welcome to the Make community!

If you need assistance, please provide the following:

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.


(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

Following these steps will allow others to assist you here. Thanks!

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

Thanks
blueprint.json (13.2 KB)

Looks like you need to iterate the rows array, before you can aggregate.

Aggregators only work with bundles. The “Text Parser” only produced arrays.

To convert arrays to bundles, you need an Iterator module.

Output

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

2 Likes

Maybe you can even Aggregate to JSON instead, saving an operation.