Try SureDone for FREE today!

We're software that helps growing brands & retailers grow and scale. Sync, sell and ship your products and inventory on online marketplaces and storefronts faster, easier and more accurately.

Regex in automation

 

Hello,

I do have a automation setup to retrive a file from FTP location and looks like regex used to fetch the file name is not working.


The file names available at ftp are as following


bibleoutlet_102320200031.txt
bibleoutlet_102220200031.txt
bibleoutlet_102120200031.txt
bibleoutlet_102020200031.txt

 

Regex used in automation config script as following

 
"regex":string"/bibleoutlet_{{DATE}}(.*).txt/"
"date_format":string"mdY"


 


Kindly help

 

Regards

Naveen

#
  • Hi Naveen,


    Thanks for confirming the following works:


    /bibleoutlet_\d+\.txt/ 


    Thanks,

    Rohit


Login or Signup to post a comment