Flat file generator with configurable options such as file seperator, file name, column name, column type and column configuration
Help us improve out the application by sending us pull-requests or opening a GitHub Issue
To use the samples with Git, clone the project repository with git clone https://github.com/JDSRAO/FlatFileGenerator
After cloning the respository:
- To build the samples, open
FlatFileGenerator.sln
solution file in Visual Studio 2017 and build the solution. - Alternatively, open the project directory in command prompt and type
cd FlatFileGenerator
and build with 'dotnet build' or 'msbuild' specifying the target project file.
The easiest way to use these samples without using Git is to download the zip file containing the current version. You can then unzip the entire archive and use the solution in Visual Studio 2017.
- Download the latest release from here. Edit the config.json file and run the application.bat file.
- Alternatively download the latest nuget package, install and start development.
- Please refer wiki page for documentation.
Please refer here for license information