cdyk / rvmparser

Code to work with AVEVA PDMS RVM files
MIT License
95 stars 54 forks source link

File format conversion #66

Open lihualong101 opened 1 year ago

lihualong101 commented 1 year ago

Hello, I have a text version. RVM file, how do I convert that to a file that feeds rvmparser

cdyk commented 1 year ago

Currently rvmparser only reads binary rvm files and writes rev files. So you cannot convert from text to binary using rvmparser.

Issues #63 and #64 address this, but nothing has been implemented yet.

lihualong101 commented 1 year ago

Thank you for your answer. Can I directly convert the text file to binary

cdyk commented 1 year ago

Not using rvmparser.