Skip to main content
Question

I have Column of Coordiante Value X and Y example " 545454.314,232323.75533" , I want to Value Splitte in tow different Column X and Y

  • August 31, 2017
  • 3 replies
  • 10 views

rajibtechlabs
Contributor
Forum|alt.badge.img+1

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 605 replies
  • August 31, 2017

Kindly find the attached workbench. There are other methods as well but I feel this is easy method

safe01.fmw


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3434 replies
  • August 31, 2017

Attribute splitter splitting on the comma then set x and y from the list values in an attributecreator


rajibtechlabs
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 18 replies
  • August 31, 2017

Attribute splitter splitting on the comma then set x and y from the list values in an attributecreator

Thank You