Skip to main content
Question

Excel table manipulation

  • April 12, 2018
  • 2 replies
  • 38 views

Forum|alt.badge.img

Hello,

 

 

I am wondering if something is possible to be done using FME. I have an Excel table that has many cells and entries. I need to manipulate with certain cell entries.

 

One cell contains many entries. For example in one cell I have multiple parcel numbers and the name of cadastre municipality. I need to separate those values. They should make new row and copy all the cell values the same as previous but in that cell it should keep only for example cadastre municipalitys name and put the parcel number in new column.

 

Any hints and help?

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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

To split up mutlitple values contained in a single cell you can try the AttributeSplitter. The AttributeSplitter does require a separation character -or- that the input string is always adhering to a strict structure.

Without seeing a sample of your data it's hard to give more detailed advice. Excel offers users a lot of freedom and it depends on how the data is entered exactly whether or not this is feasible.


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • April 12, 2018

Either use a splitter or use a stringsearcher with regexp. After that just explode them.