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

IPAC table append problem #15

Open
drtgrav opened this issue Apr 5, 2011 · 1 comment
Open

IPAC table append problem #15

drtgrav opened this issue Apr 5, 2011 · 1 comment
Assignees
Milestone

Comments

@drtgrav
Copy link

drtgrav commented Apr 5, 2011

When trying to append together two IPAC tables that have the same columns I run into a problem that string columns are of different type (|S7 vs |S5). Is there a way to get around this problem or make the new table use the larger of the two string types?

@astrofrog
Copy link
Member

For the moment there is no easy way to fix this other than taking the table which has the '|S5' column, creating a new column with data type '|S7' with the same contents, removing the old column, and renaming the new column before appending. However, this should of course not be necessary, and we are going to be working on fixing that!

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