I have a file with 200,000 lines with information:
Server;
Date;
Event;
Source;
Sub_Source;
END;
Server;
Date;
Event;
Source;
Sub_Source;
Info;
END;
I need the output to look like the following:
Server;Date;Event;Source;Sub_Source;
Server;Date;Event;Source;Sub_Source;Info;
I appreciate any help. Thanks.
Server;
Date;
Event;
Source;
Sub_Source;
END;
Server;
Date;
Event;
Source;
Sub_Source;
Info;
END;
I need the output to look like the following:
Server;Date;Event;Source;Sub_Source;
Server;Date;Event;Source;Sub_Source;Info;
I appreciate any help. Thanks.