Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


beechc
2014-08-06T11:59:04Z
Good morning,

I am using the TrimStart function (VC7.17) to strip off the root portion of a file path resulting from a List Folders task in order to recreate the subsequent directory hierarchy elsewhere. This is done using a loop on the create folder task.

\\KANSN005\Common_Data\Transfer\Production\Merx\MAXOutput\{STRING(TrimStart|{LOOP(CurrentValueX)}|{TRIGGER(a99ac2dc-6c45-4aca-94c7-fc0042781479|LastTrigger|File.Folder)})}

When applied the source folder is as follows:

\\kansn005\Common_Data\Transfer\Production\Merx\ZIP_IN\PR107845.A001.U\OtherFolders

The result of the TrimStart is 'R107845.A001.U\OtherFolders' where the leading character 'P' is missing.

Entering the raw values into the test area in the variables window presents the same issue. It appears the trim is a little over zealous in its removal of the leading string.

{STRING(TrimStart|\\kansn005\Common_Data\Transfer\Production\Merx\ZIP_IN\PR107845.A001.U|\\kansn005\Common_Data\Transfer\Production\Merx\ZIP_IN)}

Result: R107845.A001.U
Sponsor
Forum information
Support
2014-08-09T19:26:29Z
I am not 100% sure what causes this if it is something about the backslashes. We do not process the actual data ourself much, just pass this on to the TrimStart function in .NET. I did some tests but could not really find what was causing this.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Support
2014-08-09T19:34:08Z
We found it now and will publish a build next week. Thanks for the report.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top