Coder Social home page Coder Social logo

textfileprocessingeasy's Introduction

TextFileProcessingEasy

最简单高效的文本文件按行数分切

按逗号分隔的简单拆分计划:
如:10000行的文本,
按100,200,300的计划,则分出来四个文件,分别为100行的,200行的,300行的和剩下行的文件,计划外的行另成一个文件。
按5000,4000,2000,2000的计划,则分出三个文件,分别为5000行的,4000行的和1000行的文件,不够分的计划不起作用。

image

2022.12.08 在生产实践中,有些喷码机的分隔符固定,不能自定义分隔符,有些客户发来的文件需要转换分隔符。故加入分隔符转换功能。

textfileprocessingeasy's People

Contributors

goldarch 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.