Code Monkey home page Code Monkey logo

tolino-notes-to-csv's Introduction

Tolino Notes to CSV/Readwise

This little script converts highlights and notes from Tolino readers to a machine consumable CSV format. It was written to import the highlights into Readwise, but can easily be adjusted to other use cases.

Needed

  • PHP 5.3+
  • Terminal
  • Git
  • notes.txt from your Tolino

How to use

  • git clone [email protected]:minthemiddle/tolino-php.git
  • Copy notes.txt to the root of the tolino-php folder (hence the path is tolino-php/notes.txt)
  • cd tolino-php
  • For Readwise:
  • php main.php
  • Upload the generated output.csv CSV to Readwise
  • For other CSV usage:
  • Adjust fields in script, e.g. use the now unused type field
  • php main.php - this generates an output.csv file
  • โš ๏ธ Always double check the CSV before processing, there might be errors!

Known limitations

  • If a book has parentheses in the title, the author name is scrambled
    • Input: Title of book (with parentheses) (Lastname, Firstname)
    • Output: Author: (with parentheses) (Lastname
    • I could not figure out the regex for that yet, if you can, please help

License

MIT

tolino-notes-to-csv's People

Contributors

minthemiddle avatar

Watchers

 avatar  avatar  avatar

tolino-notes-to-csv's Issues

Parentheses in title break author

If a book has parentheses in the title, the author name is scrambled

  • Input: Title of book (with parentheses) (Lastname, Firstname)
  • Output: Author: (with parentheses) (Lastname

I could not figure out the regex for that yet, if you can, please help

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.