Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Parse , modify and output text file

tjamal1
8 - Asteroid

I am trying to input text file which have some json 

i want to add another field to this json and then export it to same text file (overwrite it)

the expected result would be  (as txt file)

 

{
"tabcontent": [
{
"id": aboutTabContent,
"header": " Earn Points, Reap the Rewards",
"para": "Para content"

"Date": 3/9/2019


}
]
}

 

 

6 REPLIES 6
DanielMS
Alteryx
Alteryx

Hi @tjamal1,

 

I have attached a crew way of solving the below.

 

Does this solve the issue?

 

Kind regards,

 

Dan

tjamal1
8 - Asteroid

Can you Date field with the dynamic date ? 

DanielMS
Alteryx
Alteryx

Hi @tjamal1,

 

You can change the date with in the text input tool.

 

What do you mean by dynamic date?

 

Thanks

 

Dan

tjamal1
8 - Asteroid

I means todays Date 

DanielMS
Alteryx
Alteryx

Please see the attached workflow

tjamal1
8 - Asteroid

Thank you soo much for the help 🙂 

Labels