Giter VIP home page Giter VIP logo

handlecsv's People

Contributors

ousia avatar

Watchers

 avatar

handlecsv's Issues

Accept variable (macro) for filename in \opencsv

I would like to pass the csv filename from the command line via the documentargument mechanism. This works to get the filename into ConTeXt, but it appears that the lua code invoked by \opencsv expects a literal filename, and the processing abends.

Can \opencsv be updated to accept a macro instead of a literal?

Overload protection

With recent versions of LMTX handlecsv logs around 100,000 warnings of the form:

interfaces > implementor > warning: 'commands.columnAH' is redefined

when overload protection is at a default setting and fails when overload protection is made strict. This makes it difficult to find real overloads that must be dealt with (and consumes many more bits).

Is it possible to disable overload protection at each redefinition? This should be possible by marking them mutable.

Error de mecanografía

En la página 13 del manual, en el código de ejemplo pone \dolooforpall. Hay una "p" cambiada de sitio.

Cannot produce tabulated list.

The following code works, with complaints, with a ConTeXt version from 2018.10.18. It does not work with the current release. The sample code from your project page works as advertised. I used it to try various alternatives, including natural tables, but tabulations yield only the first row and table values are all nil. As you see, I merely want to produce a tabulated list. Any assistance or guidance you can give will be greatly appreciated.

\usemodule[handlecsv]
\setuppapersize[A4,landscape]
\switchtobodyfont[10pt]
\opencsvfile{sample.csv}
\starttext
\startbuffer[loop]
\NC \cE \NC \cG \NC \cI \NC \cJ \NC \cT \NC\NR
\stopbuffer
\starttabulate[|l|l|l|l|lp|]
\doloopforall{\getbuffer[loop]}
\stoptabulate
\stoptext

mistake in documentation

I am not sure, but there seems to be a mistake in the documentation.

In the minimal example, I get an compiling error with '\doloopall'

with 'doloopforall' the minimal example is running.

regards
kurtow

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.