Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added unique naming for output files #22

Merged
merged 9 commits into from
May 6, 2020
Merged

Added unique naming for output files #22

merged 9 commits into from
May 6, 2020

Commits on May 4, 2020

  1. Customize output name

    now can use custom naming using -n  parameter
    -n [column_name]
    salmannotkhan committed May 4, 2020
    Configuration menu
    Copy the full SHA
    4e006a9 View commit details
    Browse the repository at this point in the history
  2. Setting souce for poetry to work

    Renamed "csv2docx" to "src"
    now code looks clean
    salmannotkhan committed May 4, 2020
    Configuration menu
    Copy the full SHA
    63e26af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    545b9bd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Optimized code and logic for file names

    Using @jawrainey's pathlib solution for checking and creating directory
    Changed logic to name files now it is based on availability of file
    Now file name is required
    Overall Cleanup
    salmannotkhan committed May 5, 2020
    Configuration menu
    Copy the full SHA
    5d46d41 View commit details
    Browse the repository at this point in the history
  2. Now ignoring all docx files except example files

    Merge branch 'master' of github.com:salmannotkhan/csv2docx
    salmannotkhan committed May 5, 2020
    Configuration menu
    Copy the full SHA
    1fae0e4 View commit details
    Browse the repository at this point in the history
  3. Changed source directory name back to package name

    now using relative import in cli
    salmannotkhan committed May 5, 2020
    Configuration menu
    Copy the full SHA
    fefa3ab View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    db57e56 View commit details
    Browse the repository at this point in the history
  2. Fixed Flake8 issues

    and other improvment from review by @jawrainey
    Ignoring vscode config folder
    salmannotkhan committed May 6, 2020
    Configuration menu
    Copy the full SHA
    a054d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c658fe View commit details
    Browse the repository at this point in the history