Giter Site home page Giter Site logo

Comments (5)

shenwei356 avatar shenwei356 commented on June 7, 2024 2

It's relatively easier to implement this now with the current API. But I'm on vacation now. Let me add it to the TODO list.

from csvtk.

shenwei356 avatar shenwei356 commented on June 7, 2024 1

see https://github.com/shenwei356/csvtk/releases/tag/v0.30.0

from csvtk.

cbrueffer avatar cbrueffer commented on June 7, 2024

Related to this, or a more general case, would be a global flag --skip-lines N to skip the first N input lines before processing.

My specific use case is csvtk xlsx2csv where the input file contains a few irrelevant first rows. csvkit's in2csv has such a flag (but doesn't let you specify the output delimiter, unlike csvtk, thanks!).

from csvtk.

shenwei356 avatar shenwei356 commented on June 7, 2024

@cbrueffer what kind of lines do you want to skip?

Do they have the same column number as the left rows?

  1. If yes, that would be simple.
  2. If no, it's difficult to do. One workaround way is csvtk fix | csvtk xxx --skip-rows xx

Do they begin with some special character like #?

  1. If they do, set -C, --comment-char with it.
  2. If no, well, it's difficult.

from csvtk.

shenwei356 avatar shenwei356 commented on June 7, 2024

#258 (comment)

  • add a new global flag -U, --delete-header for disable outputing the header row. Supported commands: concat, csv2tab/tab2csv, csv2xlsx/xlsx2csv, cut, filter, filter2, freq, fold/unfold, gather, fmtdate, grep, head, join, mutate, mutate2, replace, round, sample.

from csvtk.

Related Issues (20)

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.