Search found 591 matches

Search found 591 matches Page 4 of 60
by Support_Rick
Thu Mar 09, 2017 1:02 pm
Forum: Community Forum
Topic: retrieving the day of week number
Replies: 6
Views: 16795

Try using a "u" instead... looks like there might be a Java Bug.

${CurrentDate('u')}

That should give you what you're looking for
by Support_Rick
Thu Mar 09, 2017 9:50 am
Forum: Community Forum
Topic: retrieving the day of week number
Replies: 6
Views: 16795

Kevin,

The option "E" allows you to get the "Day of the Week" (Sun, Mon, Tue, Wed, etc) which could give you the xref into 1,2,3,4.

Will that work?
by Support_Rick
Thu Mar 09, 2017 9:00 am
Forum: Community Forum
Topic: Substring
Replies: 1
Views: 7228

Then apply the "String" function:

${Substring( string(CurrentFile), 27,20)}
by Support_Rick
Thu Mar 09, 2017 8:59 am
Forum: Community Forum
Topic: SMS Messages to a list of phone numbers
Replies: 1
Views: 5495

And it should work for SMS messages the same way.

Just read the numbers from a Text File (DB, Excel, etc)
Loop through your rowset
send SMS message per record -- (Make sure it's configured under Global Settings and tested)

That's it.
by Support_Rick
Thu Mar 09, 2017 8:53 am
Forum: Knowledge Center
Topic: Unable to return value from GoAnywhere to CL
Replies: 2
Views: 7399

No... it does not return values in that instance.
by Support_Rick
Thu Mar 09, 2017 8:52 am
Forum: Community Forum
Topic: Multiple Wildcard Patterns
Replies: 2
Views: 8918

The first option is your only "wildcard" option. You can do the other utilizing "RegEx".
by Support_Rick
Thu Mar 09, 2017 8:50 am
Forum: Community Forum
Topic: Error reading CSV File
Replies: 4
Views: 29095

I don't believe it is ...

Please check your End of Record Markers .. .and make sure you're utilizing the correct one. Sometimes people have it setup for CRLF when there's only a CR, or vice-versa.
by Support_Rick
Wed Mar 08, 2017 3:55 pm
Forum: Community Forum
Topic: exclude or include a text based on it's content
Replies: 4
Views: 9975

Set Variable Task ... not a Read Task.

Then use an if condition to see if the variable "contains" the value you are seeking.
by Support_Rick
Wed Mar 08, 2017 9:02 am
Forum: Community Forum
Topic: exclude or include a text based on it's content
Replies: 4
Views: 9975

If these are relatively small files .. then, do a loop through your files, set the file contents to a variable "FileContents", then use the "Contains" function see if "FileContents" has the value you're looking for. Condition based on results...
by Support_Rick
Tue Mar 07, 2017 11:00 am
Forum: Community Forum
Topic: copying files based on rowset
Replies: 8
Views: 15290

Read the spreadsheet (Rowset)
Loop through the Rowset and retrieve the customer number
Copy (Create file list) based on Customer number (Filter = *CustomerNo*)
Search found 591 matches Page 4 of 60