Replies: 2 comments 4 replies
-
Hi @mavijayk. If your Pattern for Strings is expected to accept strings you'll need to change it. The current value set to ^.$ allows only a single character string. If you want to allow any string, you can use ^.*$ instead. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You'll want to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, below is the json input file structure I'm receiving daily,
ETL : Informatica Cloud Intelligence
Source : Json event files
sample data
schema I have generated
Above tile name is dynamic value changes in a pattern "fruitname-yyyy-mm-dd" now problem here is, Informatica NOT able to parse the json file which is coming in pattern like above. I tired many options/properties etc. but didn't work. kindly do the needful and appreciate your help.
Regards,
vijay Kumar
Beta Was this translation helpful? Give feedback.
All reactions