Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I Need to write a Job that will read a file that carries a date in each row. Example:
2015-07-20 bla
2015-07-20 blu
2015-07-21 lala
I will then Need to sort each row into a file that is named after the date:
File 2015-07-20_file will receive 2 rows, file 2015-07-21 will receive 1 row
How can that be done?