How to store and read a flat file

Let’s say, I have a csv file which I like to parse and apply business logic. How can I store this file in cloud, able
to read this file in flow editor. From documentation, I understood how to create a schema and parse the file but need
information on loading it in cloud and reading the file( In normal flow, we use getFile service to read file content )

Thank You.

Can someone help me in parsing a flatfile with below data.

D,1,11,111,1111,FALSE
D,2,22,222,2222,FALSE
D,3,33,333,3333,FALSE

After parsing the file, based on field2(11,22,33), i want to display some log information. If someone has similar flow service,
kindly share.

Thank You.

Hi,

Are you trying to create this as a workflow in wm.io.Integration canvas thru?

HTH,
RMG

yes, any advice.

Thank You.

For Flat file processing you can refer to http://techcommunity.softwareag.com/pwiki/-/wiki/Main/webMethods.io%20Integration%20%3A%3A%20FlatFile%20Processsing

Hope this helps.

Regards,
Bharath

1 Like

Thanks, helpful.