Hi,
I would like to add new character (any alphabet or Symbol) in output file when ever my input key is getting change, to identify that new record is coming for processing.
Input file layout as below: (first three bytes (01 - 03) sequence number, 4th position is space and next two bytes has Line number).
111 01
111 01
111 02
111 02
111 02
222 01
222 02
222 03
222 03
Output file should like below:
111 01
111 01 #
111 02
111 02
111 02 #
222 01 #
222 02 #
222 03
222 03 #
I want to use 'Sequence number & Line number' as a key and need to add special character at the end of the input record which has the same key.
Please drop me a note, if you are not able to understand my requirement. Thanks in Advance!
Regards,
Hariprasad.K