I have .sif extension file in the folder. How i convert the .sif file into a text .txt file.
Assist me.
Thanks in advance.
I have .sif extension file in the folder. How i convert the .sif file into a text .txt file.
Assist me.
Thanks in advance.
@Iswarya_P1
Second method:
Use move activity and move with in folder and change extension.
Hey @Iswarya_P1 ,
You can use this below method to convert .sif to .txt
1.Use Read Text File Activity to read the data from .sif file
2. Store the Output in a Variable
3. Now use “write text file” activity to write the output of the read text file activity to the “.txt” File.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.