-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
dladams
added a commit
that referenced
this issue
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
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.
The text was updated successfully, but these errors were encountered: