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

Read/write variable-length table columns #36

Merged
merged 4 commits into from
May 22, 2015

Conversation

kbarbary
Copy link
Member

On reading, variable-length columns are automatically read into Vector{Vector{T}} or Vector{ASCIIString} (for string columns).

On writing a new table, the varcols keyword can be used to specify which columns should be written as variable length. This is necessary because Vector{ASCIIString} can go either way. Other types must be vectors of vectors in order to be written as variable-length.

@kbarbary
Copy link
Member Author

Also: addresses #33.

@kbarbary kbarbary mentioned this pull request May 21, 2015
18 tasks
kbarbary added a commit that referenced this pull request May 22, 2015
Read/write variable-length table columns
@kbarbary kbarbary merged commit 07fa9df into JuliaAstro:master May 22, 2015
@kbarbary kbarbary deleted the var-arrays branch May 22, 2015 16:17
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

Successfully merging this pull request may close these issues.

1 participant