Coder Social home page Coder Social logo

Legacy CSV support fixes about antz HOT 3 OPEN

saxondigital avatar saxondigital commented on May 29, 2024
Legacy CSV support fixes

from antz.

Comments (3)

saxondigital avatar saxondigital commented on May 29, 2024

Add methods to more easily load legacy presets and time-stamped datasets. Currently you can load presets one file at a time using the file dialog ('L' key).

from antz.

saxondigital avatar saxondigital commented on May 29, 2024

Added support to load legacy presets with v0.235.6 which supports the following file pattern naming:

  • v1.0
    • .../usr/csv/ANTZ0001.CSV
  • v1.1
    • .../usr/csv/antz0001.csv
    • .../usr/csv/antztag0001.csv
    • .../usr/csv/antzch0001.csv
    • .../usr/csv/antzchmap0001.csv
    • .../usr/csv/antzglobals0001.csv
  • v1.2
    • .../usr/csv/antz0001globals.csv
    • .../usr/csv/antz0001node.csv
    • .../usr/csv/antz0001tag.csv
    • .../usr/csv/antzch0001.csv
    • .../usr/csv/antzchmap0001.csv
  • v1.3
    • .../usr/antz0001/csv/antz0001globals.csv
    • .../usr/antz0001/csv/antz0001node.csv
    • .../usr/antz0001/csv/antz0001tag.csv
    • .../usr/antz0001/csv/antzch0001.csv
    • .../usr/antz0001/csv/antzchmap0001.csv
  • v1.4
    • .../usr/_np_preset/preset001/csv/preset001_np_ch.csv
    • .../usr/_np_preset/preset001/csv/preset001_np_chmap.csv
    • .../usr/_np_preset/preset001/csv/preset001_np_globals.csv
    • .../usr/_np_preset/preset001/csv/preset001_np_node.csv
    • .../usr/_np_preset/preset001/csv/preset001_np_tag.csv
    • Additional changes:
      • .../usr/global/ renamed to .../usr/_np_global/
      • The preset folder name is fixed, but contents can be custom names, eg: MyName_np_node.csv
      • To make a custom named dataset into a preset you only need to change its base directory name and place it in the _np_preset folder, eg:
        • .../usr/mydataset/ -> .../usr/_np_preset/preset003/

*Note that older files take precedence from v1.0 -> v1.4

from antz.

saxondigital avatar saxondigital commented on May 29, 2024

Note that there are sub-versions, such as variants of a node table that change the use of (existing) columns.

Related issue: #368

from antz.

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.