- Your Workflow URL
- https://connect.pabbly.com/v2/app/workflow/mapping/IjU3NjYwNTY0MDYzMDA0Mzc1MjZhNTUzYzUxMzYi_pc
- Your Task History ID
- https://connect.pabbly.com/task/history?filter_status=applied&filter_by_workflow_id=IjU3NjYwNTY0MDYzMDA0Mzc1MjZhNTUzYzUxMzYi_pc
- Consent to Access & Modify
- I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
Hi, i trying to use browseract through api. Now getting csv through pabbly api but can't easy to import to google sheets and if possible at the same time add only unique data. In csv i receiving.
Price,name,link
12,one,url12
15,one,url15
Next time i will receive
Price,name,link
12,one,url12
15,one,url15
11,one,url11
(original:
Price,Property_Name,Listing_URL
{##double_quotes##}€250,000{##double_quotes##},1 Bed Apartment,https://www.link.com/AAEP1846
{##double_quotes##}...............................
)
So my goal is first to add in google sheets all info by column names price, name, link.
And second goal add only unique lines as first time i received 2 unique lines and second time i received only 1 unique line.
I have issue with formatting of csv as with text formatter i do not getting normal splitting with one step. Or if i getting them in some places getting error as prices sometime gave coma inside as example 250,000$
ADED---
And as API is creating work while it is done how to add waiting time till gett work done, around 5 minutes needed to get status finished
Price,name,link
12,one,url12
15,one,url15
Next time i will receive
Price,name,link
12,one,url12
15,one,url15
11,one,url11
(original:
Price,Property_Name,Listing_URL
{##double_quotes##}€250,000{##double_quotes##},1 Bed Apartment,https://www.link.com/AAEP1846
{##double_quotes##}...............................
)
So my goal is first to add in google sheets all info by column names price, name, link.
And second goal add only unique lines as first time i received 2 unique lines and second time i received only 1 unique line.
I have issue with formatting of csv as with text formatter i do not getting normal splitting with one step. Or if i getting them in some places getting error as prices sometime gave coma inside as example 250,000$
ADED---
And as API is creating work while it is done how to add waiting time till gett work done, around 5 minutes needed to get status finished
Last edited:
