You are not logged in.
Announcement
Unanswered posts
|
hello shong
I thank you for the imaged answer!
Sorry for not having being clear enough..
the output is only:
Extent 134 9786.676,654 07097.98
But the pattern is the following one:
Extent xmin ymin,xmax ymax
The schema of my tJavaRow will be with 4 columns
xmin
ymin
xmax
ymax
So I'd like to know how to extract the first float number, the second one and so forth, using a regular expression.
Thanks again! ![]()
Hello
Output the result of tSystem to a global var, and then get the output result and extract the substring on tJava.
Best regards
Shong
Hello,
I've got a tSystem which gives me the following output:
Extent 134 9786.676,654 07097.98
The current pattern is the following one:
Extent xmin ymin xmax ymax
I connect a tJavarow to the tSystem in order to treat the result
I'd like to know how to extract xmin, ymin, xmax and ymax using regular expressions in the tJavaRow.
Thanks!