Im using hubspot and phatnombuster integration.
My zap works as follows
- Zap is triggered if linkedin url gets added in hubspt contact
- Then it retrives linkedin url and linkedin session cookies from hubspot and feeds to phantombuster profile scraper
- The phantom scrapes linkedin information based on url
- The output is fed again to hubspot to fill up cloumns like current job, profile headline, desception,etc
I'm facing problems in step 4. I get the output as json file(Single line) or a csv file(Only last row is useful)
Can anyone share how to convert json file to line item based output?
and
How to use only last row of csv?
When I load csv the output combines all rows , whereas I only need last row.
Current output using utilites is : Name1, Name2, Name3
Required output is: Name3