Release Automation

 View Only
  • 1.  Question on Read String from Text File Action

    Posted Feb 12, 2015 04:10 PM

    I'm using the action to read the content of a .SQL file and store it in a string and after in a database, but there is a problem, when the script is bigger than 100kb this error returns:  File [~] is too big. Maximum file size is 100kb. My question is if there is a way o read the content of a larger text file and store it in a variable.

     




  • 2.  Re: Question on Read String from Text File Action

    Posted Feb 12, 2015 04:28 PM

    You can use extract text from a file action and put (?s)(.*) in regular expression field

     

    Jacky