Skip to main content
Solved

Keeping the output data of every time the plan run

  • November 17, 2022
  • 7 replies
  • 109 views

Forum|alt.badge.img+3

Whenever I run the plan file the output file get updated and the older output file data get lost . Is there any way ataccama can keep the files that is generated for all the time the plan file ran ?

 

 

 

Best answer by Ales

@Kundan use this notation to feed the path with whatever you need. The “now” represents an existing column in the data flow - in my case containing the DAY of when the job has started

tostring(today(), 'yyyyMMdd')

 

7 replies

Catherine
Data Pioneer
Forum|alt.badge.img+5
  • Data Pioneer
  • November 17, 2022

My recommendation is to add timestamp on the output file this way your output file will be kept.


Forum|alt.badge.img+3
  • Author
  • Data Pioneer L2
  • November 18, 2022

Hi @Catherine Thank you for the response . 

Is there a way I can add the timestamp automatically or do I have to add it manually every time before I run the plan file .

 

Regards,

Kundan


Ales
Ataccamer
Forum|alt.badge.img+2
  • Ataccamer
  • Answer
  • November 18, 2022

@Kundan use this notation to feed the path with whatever you need. The “now” represents an existing column in the data flow - in my case containing the DAY of when the job has started

tostring(today(), 'yyyyMMdd')

 


Forum|alt.badge.img+2

Just a note: If you want to export for a post processing of an MP in the OneWeb the parameter is not working. We are waiting for a solution.

So the mentioned solution will only work for plans/components created in OneDesktop.

 


Forum|alt.badge.img
  • Data Voyager
  • October 16, 2023

Whenever I run the plan file the output file get updated and the older output file data get lost . Is there any way ataccama can keep the files that is generated for all the time the plan file ran ?

 

 

 

 


Forum|alt.badge.img+1

Hi @Raj Yalaka are you facing a similar issue? May I ask if you have tried the suggestion shared by Ales? 


Forum|alt.badge.img
  • Data Voyager
  • October 18, 2023

Hi @Raj Yalaka are you facing a similar issue? May I ask if you have tried the suggestion shared by Ales? 

I’m trying this on Post Processing export plan but no luck.