Code Monkey home page Code Monkey logo

tps-parse's People

Contributors

ctrl-alt-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tps-parse's Issues

Password not valid or other error

Hi, I have the encrypted error. I have set the password, but not sure that is the good password. Not all file are encrypted.

java -jar tps-to-csv.jar -s ./240529data -t ./240529data_csv -e -password "_&$#"

Encrypted file, using set password.
Exception in thread "main" nl.cad.tpsparse.tps.NotATopSpeedFileException: File doesn't start with 0x00000000 - its not a TopSpeed file or it may be 'encrypted'.
	at nl.cad.tpsparse.tps.TpsHeader.<init>(TpsHeader.java:50)
	at nl.cad.tpsparse.tps.TpsFile.getHeader(TpsFile.java:191)
	at nl.cad.tpsparse.tps.TpsFile.<init>(TpsFile.java:155)
	at nl.cad.tpsparse.tps.TpsFile.<init>(TpsFile.java:116)
	at nl.cad.tpsparse.Main.openFile(Main.java:298)
	at nl.cad.tpsparse.Main.parseFile(Main.java:166)
	at nl.cad.tpsparse.Main.main(Main.java:132)

Array index out of range

Array index out of range: 1065634308 how can I increase the array index when the file to be extracted is very big

OEM Tables

Hi, sometimes the table is marked like OEM, so the data is saved in CP850 format. Perharps adding a new parameters like -oem the functions related to read string can switch from ISO-8859-1 to CP850.
Ex:
public String fixedLengthString(int len) {
String str = new String(data, ofs, len, Charset.forName("cp850"));
ofs += len;
return str;
}
Thanks in advance

Guillermo

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.