Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
*sorry for my bad english*
Hello,
I compare 2 numbers of lines of 2 different CSV files with tJava componant, it's work.
When it's true, i make an action, and when it's false, i want to extract the number of rows that correspond...
Like this :
- 1st CSV -> 1200 rows
- 2nd CSV -> 1205 rows
I have a globalMap variable with the difference, 5.
And i want to extract the 5 last rows of the 2nd CSV file... But i don't know how can i do it...
Anybody know how to do that?
Thanks
hehe it works !
Thank you !