Team,
Need to Read a txt file with 50K Records, Read each row and extract desired output such as Value 1 = 1 and Value 2 = Abby.
Input = Text File with 50K Rows
Sample Row Eg = 1~Abby~null~1~1~0~2009-10-27 05:00:00~2018-07-02 16:06:22~2023-09-06 12:40:03~2018-07-02 16:06:22~2009-10-28 01:13:34~
Value 1 =1
Value 2 = Abby
Thanks in advance