Save multiple txt files as csv files but with the same filename
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I've around 200+ txt files in a folder, how to save all of these files as .csv file instead of .txt
Example:
Sample Input files >>
File1: Payments.txt
File2: Region.txt
Output file >>
File1: Payments.csv
File2: Region.csv
Here I'm just trying to save the file in csv format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Shaaz
It depends on the data structure of your text file input.
And also are all the text files having same schema?
Can you share a sample input?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No, each file has different column names.
Here I don't want to append or do anything, just trying to save all 200+ files as csv file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In txt file, it will be tab delimited... csv file should be comma delimited.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
No, they are different.
Please find the attached sample files.
Here my files are in .txt format (tab delimited), I would like use these files in my input tool, run workflow and save them as .csv file (comma delimited).
