Hi!
This is the file from which we need to get the information - https://zavag.com/catalog_dron.csv .
It’ s a price list for car parts
From it we need to take only those rows where the price is greater than 0 (and not blank).
The price column (in Russian - “Цена”) is the O column.
The rows obtained after filtering must be placed either in a local file on the server, or in Google Sheet.
Since there will be several thousand rows (up to 5,000) - the main thing for me to make it work without fail.
How do I make this thing work?
Thank you very much!
Describe the issue/error/question
My problem is that if I solve the encoding problem, then I get data that I can’t present in the correct form.
About error: If set to active, all JSON data is replaced with the data retrieved from binary key. If it is not set to active, the data will be written to a single key. This field is displayed when ‘Binary to JSON’ is selected from the Mode dropdown list.
I can’t present json data in a proper form to put it in a table
Please share the workflow
Information on your n8n setup
- n8n version: 0.188.0
- Database you’re using (default: SQLite): SQLite
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker