Hello Community!
I am currently building out a process where the data that needs to be put through this workflow comes to us in different file types (Excel, CSV, TXT, etc.)
I want to build the workflow in a dynamic enough way that my workflow will handle these different file types without too much trickiness in the code. I'm also manipulating some of the Format options using a config table (For File ABC start the Import at line 9 for example). I have it working smoothly with Excel files for now, but need to start making it work with .txt and .csv file types.
Any tips and tricks that may be helpful as I try to code this up? Much appreciated!