Code Monkey home page Code Monkey logo

di-csv2xml's People

Contributors

pacman82 avatar sebastian-neubauer-by avatar simon-seif-by avatar steffen-schroeder-by avatar stephan-hesselmann-by avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

di-csv2xml's Issues

Authorized characters

Sometimes there is some spaces or others special characters in the first line of my files.
So, when I run di-csv2xml, the output file is not a valid XML file.

Are you able to preserve only authorized characters? Or replace all unauthorized characters by another?

di-csv2xml doesn't output blank values

Hi

I have this CSV
SKU;BRAND;NAME
S01;MyBRand1;MyName1
S02;;MayNAme2
S02;MyBRand2;MyName2

di-csv2xml will output

S01 MyBRand1 MyName1 S02 MyName2 S03 MyBRand3 MyName3

This is a very big problem for me, I expected it would output

S01 MyBRand1 MyName1 S02 MyBRand1 MyName2 S03 MyBRand3 MyName3

could you please make a flag to do this ?

Thanks

thread 'main' panicked

Hello,

Nice tool, but I've an error:
thread 'main' panicked at 'byte index 75 is not a char boundary; it is inside 'é' (bytes 74..76) of 4 délégués titulaires et 4 délégués suppléants pour le Conseil général de l'Aisne, 2 délégués titulaires et 2 délégués suppléants pour Guise', src\libcore\str\mod.rs:2109:5

File:
banatic.zip

Command line:
di-csv2xml banatic -d @ -i banatic.csv -o banatic.xml

How can I fix it?

New delimiter : TAB

It would be useful if di-csv2xml could be compatible with files contains the tab character as delimiter.
The command line could be: -d TAB

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.