GithubHelp home page GithubHelp logo

tgentil / sortnfc-es Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3 KB

This script organizes XML files from NF-e (Brazilian Electronic Invoice) based on their payment type. The XML files are moved to different directories according to the payment type: \example\folder\money for cash payments and \example\folder\outher for card payments.

Python 100.00%
nfce nfe python sorting xml english

sortnfc-es's Introduction

XML Organizer

This script organizes XML files from NF-e (Brazilian Electronic Invoice) based on their payment type. The XML files are moved to different directories according to the payment type: \example\folder\money for cash payments and \example\folder\outher for card payments.

Implementation

The script is implemented in Python and uses the following libraries:

  • shutil for file manipulation
  • os for directory listing
  • xml.etree.ElementTree for parsing the XML files

The script works by reading each XML file in the specified directory, parsing it to obtain the payment type, and moving it to the appropriate directory. The directory paths can be configured by changing the DIRECTORY and DESTINATION constants in the script.

Setup

  1. Clone this repository or download the ZIP file.
  2. Make sure you have Python 3 installed.
  3. Install the required libraries by running pip install -r requirements.txt in the project directory.
  4. Configure the DIRECTORY and DESTINATION constants in the script according to your needs.
  5. Run the script with python organize_xml.py.

That's it! The XML files in the specified directory should now be organized according to their payment type.

License

This project is licensed under the MIT License. See the LICENSE file for details.

sortnfc-es's People

Contributors

tgentil avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.