JDSRAO / FlatFileGenerator

Flat file generator with configurable options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flat File Generator

NuGet version (FlatFileGenerator.Core)

Core Package CI

Flat file generator with configurable options such as file seperator, file name, column name, column type and column configuration

Help us improve the application

Help us improve out the application by sending us pull-requests or opening a GitHub Issue

Table of Contents

  1. Development
  2. Usage
  3. License

Development

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.

Usage

  • 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.

License

Please refer here for license information

About

Flat file generator with configurable options

License:MIT License


Languages

Language:C# 100.0%