alephdata / cronodump

A Cronos database converter
MIT License
73 stars 18 forks source link

HEX encoding while save output #16

Open yumeko6 opened 1 year ago

yumeko6 commented 1 year ago

Greetings!

I have a problem with converting data to postgres template (using croconvert.py -t postgres ). The original database has a few tables and each table has a field with type of relation to another table. After the convertion completed this relational fields show values as HEX and this HEX is undecodable.

Maybe there is a way to sovle this problem?

p.s. the output string looks like this ('30', 'some valid data', 'another one valid data', '01 03 ec 0a 00 00 02')

erdgeist commented 1 year ago

The exporter does not yet obey relations. That should be a feature done next. Will keep this issue open as reminder.