I’ve got a script that pulls active directory data, filters the data and creates a csv file whose name includes the date the file was created then loads the AD data into it.
I want to format the csv file without digging into html, or other scripting options, to make it easier to read.
My thought was create a csv file that is formatted as a table, import the file, then export just the table formatting to the new file the script creates.
Is that possible? Am I over engineering it?
submitted by /u/deadlandsMarshal
[link] [comments]
The post Is it possible to export the formatting from one csv file to another appeared first on How to Code .NET.