I am asking for help with node Function to convert CSV file

Hello community!
I am asking for help with node Function to convert CSV file.
Need to:

  1. Decompose in columns each line with a separator “/”;
  2. Remove blank lines;
  3. The file does not have the first line with the key, so make the number in order (1, 2, 3, …).
    Example CSV file: https://freezi.ru/wp-content/uploads/2020/09/1-1.csv

Something like that would be possible:

2 Likes

Thank you Jan!
It works great!

Great to hear! Have fun!