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

Add tool to read index maps from text files #59

Closed
dladams opened this issue May 3, 2023 · 1 comment
Closed

Add tool to read index maps from text files #59

dladams opened this issue May 3, 2023 · 1 comment

Comments

@dladams
Copy link
Contributor

dladams commented May 3, 2023

We would like to be able to read data from channel maps such as vdcbce_chanmap_v4.txt) into index map tools.
In particular dataprep issue 28 needs a map of FEMB IDs for offline channel IDs, the first and tenth fields in the preceding file.

dladams added a commit that referenced this issue May 4, 2023
dladams added a commit that referenced this issue May 4, 2023
@dladams
Copy link
Contributor Author

dladams commented May 4, 2023

I created tool TextIndexMapTool that does the above.

While doing that I found and fixed a bug in StringManipulator::split. It was not splitting on the the second and later separator chars provided in the first argument.

Pushed mods after test passed. Had to update to v09_72_01d00 to push.

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

1 participant