Member since
01-17-2024
2
Posts
0
Kudos Received
0
Solutions
01-17-2024
03:03 PM
@MattWho I get what we are doing. It makes sense and seems to be the right way to handle it. Unfortunately, It seems to send everything to 'unmatched' on ExtractText (at least on my end). I made sure I had everything the same as what you provided. I'm extracting data from here: https://celestrak.org/NORAD/elements/gp.php?GROUP=geo&FORMAT=tle SplitText: ExtractText: RouteOnAttribute:
... View more
01-17-2024
09:39 AM
Greetings, I'm currently grabbing data from a website, "splitting" it into its separate components and trying to route them so I can save them into a single zipped file. My workflow currently works as follows: InvokeHTTP --> SplitText --> RouteText ... The original Dataset is a bunch of satellite data (example below). I’m then splitting it into separate 3 line records. I then run RouteText and try and grab specific records. For example, if I wanted TDRS 3 and AMSC 1 and SKYNET 4C, how do I pull them out with its respected 2 lines? I tried adding a Property: SatelliteData1 = ${literal('TDRS 3')}. This only gives me the first line of the Split record (I need all 3). I tried OR-Statement, but don't think I'm using it right. ${literal('TDRS 3''):or(${literal('AMSC 1')}):or(${literal('SKYNET 4C')})} Any suggestions will be greatly appreciated. Thanks in advance. Original Data: Splitting:
... View more
Labels:
- Labels:
-
Apache NiFi