I want to convert an excel file (.xlsx) from Sharepoint to a text file (.txt). I’m trying to do it with the activity “assign” but i cant because my excel file is a DriveItem and i think it can only be done with a String.
We can use a simple method of reading that excel and writing to a txt file like this
use excel application scope and pass the excel file path as input
–use read range activity and get the output as a variable of type datatable named outdt
–use output datatable activity and pass the above varaible as input and get the output as a structured string variable named out_text
Then
–use write text activity and pass the variable out_text as input
If u are using community edition then we can use All the activities that are available in StudioX can be used in Studio and Studio Pro. Click View Options at the top of the Activities panel, and then select Show StudioX . The StudioX activities available in the packages installed for the current project are listed in the StudioX category.