I'm trying to write an ETL flow editor using Rete.js. So far I've got a flow where I can upload a file, iterate each line in the file and output each line as a vue event.
But I've got a problem, if I want to modify or fetch a single column from each line. In the example I've a component to feed the data to (Loop -> Modify -> Log), which purpose should be to extract a single column, but it only gets the last index of the loop everytime it's run.
Hi,
I'm trying to write an ETL flow editor using Rete.js. So far I've got a flow where I can upload a file, iterate each line in the file and output each line as a vue event.
But I've got a problem, if I want to modify or fetch a single column from each line. In the example I've a component to feed the data to (Loop -> Modify -> Log), which purpose should be to extract a single column, but it only gets the last index of the loop everytime it's run.
CsvLoader
Loop
Log
Modify