Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HEX encoding while save output #16

Open
yumeko6 opened this issue Apr 19, 2023 · 1 comment
Open

HEX encoding while save output #16

yumeko6 opened this issue Apr 19, 2023 · 1 comment

Comments

@yumeko6
Copy link

yumeko6 commented Apr 19, 2023

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants