.NET Framework 4.5
- Load a CSV (1data.csv)
- Load a Template (2template.txt)
- push generate.
- Save the output.
The app uses the first row of the CSV as variable names.
You can double click the variable list in the left listbox and it adds them to the template box.
Any instance of the <<var>> string will be replaced with the row's column.
For instance, <<team>><<team>><<team>><<team>><<team>> would result in an output of :
alphaalphaalphaalphaalpha
bravobravobravobravobravo
charliecharliecharliecharliecharlie
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
As of 5/22 - the code is working very well.
- Separate form code into a dll.
- Allow command line calls
- Template specials (split output into files by row, allow some basic logic)
- Header/Footer that append to top and bottom of output file.
GNU GPL v2 Copyright (C) 2015 Termanader
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
