• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Add Multiple lines to Google sheets from csv formatted data

tyrone

Member
Hi,
I am trying to add multiple lines to a google sheet, however the original data format is csv so the iterator won't let me select the csv data. How can I get Pabbly to add this sort of data to google sheets?
The label will specify the column and each comma in the value column needs to represent a new line.

Here is the output from the original data source

1654598209533.png
 
P

Pabblymember11

Guest
Hey @tyrone

If you are trying to pass the row data in commas separately in the Google Sheets at once then it is not possible.

You have to use the Iterator action step to pass the values one by one in the respective row-column cell.

(Watch the second part of the video to send the data in your Google Sheets one by one)
 

tyrone

Member
Unfortunately I can not use the iterator function as it only lets me select data that is in JSON format not csv format.
Can I convert the csv data to JSON so that the iterator can handle it?
 
P

Pabblymember11

Guest
Hey @tyrone

You can only process JSON data on the platform, direct CSV files cannot be derived from any action step.

If you are retrieving the row data from Google Sheets then you can only process the data via the Iterator action step as mentioned in the above-mentioned tutorial video.
 
Top