cronodump icon indicating copy to clipboard operation
cronodump copied to clipboard

HEX encoding while save output

Open yumeko6 opened this issue 2 years ago • 1 comments

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')

yumeko6 avatar Apr 19 '23 09:04 yumeko6

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

erdgeist avatar Jul 22 '23 18:07 erdgeist