Parsing data from .txt file

HI all,

I'm trying to parse data from a .txt file which contains data as mentioned below using readTextFromFile() function.

Text in file :" 1   abc    def    xyz   02/02/2020   aaa   zzz"

ouput of readTextFromFile() function: "1 abc def xyz 02/02/2020 aaa zzz"

Expected output: text array like {"1", "abc", "def", "xyz", "02/02/2020, "aaa", "zzz"}

Kindly suggest on framing the expression rule to remove the white spaces from the text and then placing each text at different index as mentioned above

kindly suggest

  Discussion posts and replies are publicly visible

Parents Reply Children