CSV from Chrome Extension and Cloud Unidentical

All columns from Chrome extension output are double quoted while in cloud only text are double quoted.

i.e.

Chrome:
"http://abc.com","title"

Cloud:
http://abc.com,"title"

Hi!

What kind of cloud service do you use? Is it CouchDB?

The results you're getting are stored in CSV file you download or you open DB itself??

I tried cloud webscraper.
I compared the csv from both and found that they are not identical.
Actually I already talked to your colleague Kristaps before.

Unfortunartely i'm not an employee of WebScraper, but i tried to help :slight_smile:

I didn't try cloud scraper myself though, I think Kristaps will get this sorted asap.

Both versions are correct by CSV standard. If you are opening the CSV files with a parser then you should get the same outcome.

Currently cloud and the extension are using different libraries to generate the CSV file. In a future release we will make CSV output identical.