Skip to main content
Question

Is it possible to have feature reader parse the contents of a Attribute

  • May 31, 2018
  • 3 replies
  • 20 views

I would like to use HTTPCaller to grab the contents of a file from a webserver and store it in an attribute as a binary and then use a FeatureReader type of transformer to parse the binary attribute. I thought I was able to do this before, but I can't figure out how I may have done it.

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

takashi
Celebrity
  • May 31, 2018

Hi @jamesblake, I don't think the FeatureReader can be used to directly parse the contents stored in an attribute of an incoming feature. Why not save the download contents into a temporary file with the HTTPCaller and then read it with a FeatureReader?


jeroen
Contributor
Forum|alt.badge.img+15
  • Contributor
  • May 31, 2018

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • May 31, 2018

Depending on what format the binary is, it may be possible with something like a RasterReplacer.