Fairly complicated but unusual flow.
Posted: Thu Mar 13, 2014 7:42 pm
Hi All
In the flow that I want to design. I am getting a csv file in a folder(F1). A row in the csv file has three columns.
Depending on the value in the third column of a row, I have to query the database and get the corresponding value.
After I have the value, I have to go into another folder(F2) which would have a sub-folder having the name same as the value of column1 in the csv, this would again have a sub-folder having the name same as the value of column2 in the csv, this would again have a sub-folder as value of column3. I have to re-name the sub-folder (column3) to the value I got from the DB.
This process, I have to do repeat until all rows of the csv file get over.
Can someone give me some starting points or suggestions on how to get this thing done?
In the flow that I want to design. I am getting a csv file in a folder(F1). A row in the csv file has three columns.
Depending on the value in the third column of a row, I have to query the database and get the corresponding value.
After I have the value, I have to go into another folder(F2) which would have a sub-folder having the name same as the value of column1 in the csv, this would again have a sub-folder having the name same as the value of column2 in the csv, this would again have a sub-folder as value of column3. I have to re-name the sub-folder (column3) to the value I got from the DB.
This process, I have to do repeat until all rows of the csv file get over.
Can someone give me some starting points or suggestions on how to get this thing done?