How complicated is parsing a table in MS Word within Alteryx Workflow ?
It's easy. Just use the table and render tool 🙂
Thanks for the response.
Actually i want to read the table from Word and store the records in Database. Hope i am clear now 🙂Â
Hi @jmedidi ,
It's currently impossible to input word documents but you can use the advices from the following post to do so :Â https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Input-Data-from-Word-document-docx/td-...
About the parsing, it depends what you need to do and how is structured your file. It can be very easy as it can become more complicated and require some regex.