Skip to main content

I have a workspace that I am using a JMSReceiver to receive JSON files from ActiveMQ. I am then using a JSONFlatterner to parse out the JSON fields. When I write the output to an email the attributes get sent to the email body as expected. But when I try writing the same output to a geodatabase feature class or a text file the attributes do not write. In the case of the text file the variables are identical to the variables for the email body - works for the email but not the text file. Am I missing a step that is causing the output not to be written to the text file or geodatabase?

@Value(P_LINK_ANNTENUATION)

@Value(P_LINK_ANTENNA_AZIMUTH)

@Value(P_LINK_ANTENNA_HEIGHT)

@Value(P_LINK_ANTENNA_TYPE)

@Value(RTU)

@Value(SCADA_DB_RTU_ID)

Be the first to reply!

Reply