davidverweij / csv2docx

Generates .docx files from .csv files using a .docx template with mailmerge fields
MIT License
5 stars 0 forks source link

Customize output name #19

Closed salmannotkhan closed 4 years ago

salmannotkhan commented 4 years ago

now can use custom naming using -n parameter -n [column_name]

salmannotkhan commented 4 years ago

I added another commit to make code clean and easy to work with

jawrainey commented 4 years ago

@salmannotkhan -- thanks for your PR. I've review it and outline improvements below. I have forked from your first commit into a separate branch/PR see here.

Code Review

I have branched from your first commit and made changes to simplify the logic as outlined above -- see #20.