-
Notifications
You must be signed in to change notification settings - Fork 102
Cobol to Decimal #101
Comments
Hi John! By COBOL, do you mean fixed point arithmetic stored as integers? (can you provide example of input data?) I think this could go to a contrib area or something. |
That's exactly what I meant. An exmaple would be: Format: Example usage: |
Thanks for contributing that! Although it's too specific for being added to the core, I definitely want to track down this kind of examples. It makes me remember I have a repo with contributions like this one over there. I could move the repo to the activewarehouse organization; then you could add this transform over there (with specs maybe?) What do you think? |
Sure, I'd be happy to do that. |
Cool! Just moved the etl-goodies repo here: https://github.com/activewarehouse/etl-goodies Can you issue a pull-request from there? If you can add specs too, it would be perfect (otherwise I'll write them!). |
Here's an example of converting Cobol to Decimal if it could be useful.
The text was updated successfully, but these errors were encountered: