Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Make it possible to join indexed fields into an array of objects. #25

Merged
merged 1 commit into from
Jul 27, 2014

Conversation

florianpilz
Copy link
Contributor

Example: a CSV with

foo_0_bar foo_1_bar
Hello Bye Bye

Can be transformed into
[{'name': 'Hello'}, {'name': 'Bye Bye'}]

via the mapping
[{'name': 'foo_#_bar'}]

Example: a CSV with

foo_0_bar  foo_1_bar
Hello      Bye Bye

Can be transformed into
[{'name': 'Hello'}, {'name': 'Bye Bye'}]

via the mapping
[{'name': 'foo_#_bar'}]
@florianpilz
Copy link
Contributor Author

Fixes #11

birdsarah added a commit that referenced this pull request Jul 27, 2014
Make it possible to join indexed fields into an array of objects.
@birdsarah birdsarah merged commit 983afc7 into open-contracting-archive:master Jul 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants