Skip to main content
Solved

Data with UTF-16Le encoding.


bhanu_v
Forum|alt.badge.img

I am looking at valve turning data from a hand held device which is stored in an access database.

The database has torque charts stored as an attribute in one of the tables ,It is an encoded (UTF-16LE)

My intention is to split this into separate columns and make an histogram chart from it.

Any direction on how to get at it will be very much appreciated.

Best answer by debbiatsafe

Hi @adi

Based on the structure of your data, I would suggest using a combination of AttributeSplitter (split on new line character), ListExploder to create features for each line in the torque chart, and then another AttributeSplitter (split on the delimiter character for each attribute). You should then be able to create attributes using an AttributeManager or AttributeCreator. You may also want to use a Tester to only get lines that are not header lines (ie. data only) after the second AttributeSplitter.

View original
Did this help you find an answer to your question?

2 replies

debbiatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • Best Answer
  • August 16, 2019

Hi @adi

Based on the structure of your data, I would suggest using a combination of AttributeSplitter (split on new line character), ListExploder to create features for each line in the torque chart, and then another AttributeSplitter (split on the delimiter character for each attribute). You should then be able to create attributes using an AttributeManager or AttributeCreator. You may also want to use a Tester to only get lines that are not header lines (ie. data only) after the second AttributeSplitter.


bhanu_v
Forum|alt.badge.img
  • Author
  • August 23, 2019
debbiatsafe wrote:

Hi @adi

Based on the structure of your data, I would suggest using a combination of AttributeSplitter (split on new line character), ListExploder to create features for each line in the torque chart, and then another AttributeSplitter (split on the delimiter character for each attribute). You should then be able to create attributes using an AttributeManager or AttributeCreator. You may also want to use a Tester to only get lines that are not header lines (ie. data only) after the second AttributeSplitter.

This is exactly what I was looking for , Richard Mosley from FME support has also suggested the same and I was able to accomplish what I was after.

Thanks


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings