Teradata / dlispy

Other
33 stars 11 forks source link

Write .dlis #6

Open LsMartinz opened 2 years ago

LsMartinz commented 2 years ago

Hi, dlispy can write a .dlis file?

cainmagi commented 2 years ago

Sure, but I recommend you to use dlisio: https://dlisio.readthedocs.io/en/latest/

because dlispy seems to be not maintained anymore. Currently, this package has some out-of-date dependencies (see my issue #4). If you are using it with other packages, it may cause dependency conflict. By the way, it is not working with newer Python Release.

Use dlisio, not this package.

the-mysh commented 2 months ago

Hi! In case this is still relevant: dlisio does not support writing dlis files as of now, but I'm a maintainer of a library which does. Please check out dliswriter (also installable from conda and PyPI.)