Forum Discussion

jeanforde's avatar
jeanforde
New Contributor
5 years ago

Default Names for Exported .slp files

Is there a way to change the default name for exported .slp files? It currently exports as pipeline name plus the date, but we want to change that to a standard prefix plus a the pipeline name. We don’t want users to need to update it at run time.
Thanks!

2 Replies

  • Supratim's avatar
    Supratim
    Contributor III

    @jeanforde If you download any pipeline it will always downloaded as .slp(refers snaplogic pipeline) similarly .slt(as task) and .sla (as account.). This is all about snaplogic meta data, you can’t changes those naming convention.

    • jeanforde's avatar
      jeanforde
      New Contributor

      Thanks Supratim. I don’t want to change the extension, but the name before it. Example:
      Current: my_pipeline_2020_12_09.slp
      Desired: my_new_prefix_my_pipeline.slp
      Thanks!