
Contributor
2020-08-12
08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Substring of a double converted to string
Hello,
in my tMap (Talend Open Studio) I need, starting from a Double, to convert the absolute value to String, and then to extract the first digit.
I've tried many combinations, including Mathematical.ABS(myMapping.price).toString(); and then substring
but none of them is working.
Any help?
TIA
Laura
200 Views
1 Reply

Champion II
2020-08-12
09:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@not specified not specified ,can you share sample input and required output?
Thanks,
Manohar
200 Views
