How to start input data from fixed csv line
-
How can we start input data from desired csv line?Plz help me to solve this
-
@baldeepo You need to add resource with type "LinesFromFile"
And than parse line with "Parse Line" action
After that you will have several variables, which contains all csv lines parts.
If you want to process all lines, just add Success number and Fail Number here
Here is test project
-
This post is deleted!
-
@support yes sir but if i want to fill data from second line then how it is possible.because to fill data sometime script stop,if the script will start again it will fill data from starting of txt file.I want to fill data from desired line using BAS.is it possible?
-
yes sir but if i want to fill data from second line then how it is possible.because to fill data sometime script stop,if the script will start again it will fill data from starting of txt file.I want to fill data from desired line using BAS.is it possible?
In that case you can "Write File" and used lines will be deleted in case if script will stop