Is it more adequate to use ListExploder to read from a .dat file and populate a specefic field or a line?
Image inserted shows the file and i want to read in line # 17 (Power Flow Status: ....etc)
Question
Is it more adequate to use ListExploder to read from a .dat file and populate a specefic field or a line?
Image inserted shows the file and i want to read in line # 17 (Power Flow Status: ....etc)
@khireddinehiche I would agree with @danilo_fme . Use the Text File reader to read your data, AttributeSplitter to split on ":" . Then...
Use AttributeCreator and for the New Attribute column select "Attribute Value" (not Select Attribute) from the pull down menu for the list{0}. This will rename your list{0} to Power Flow Status. For the Attribute Value column, use list{1}