Hey!
I have a XML-port which imports the XML-files from a folder. Now I want to skip the current file, if it has the character "(" in the field "name2". I know how to search for the character, but I don't know how to skip the current XML-file and switch to the next one in the folder. Can I use something like currentxmlport.skip? Is it also possible to move the file to another directory or to rename it? I'm new to dynamics nav and searched the forum but I'm not sure about these things so I hope you can help me.
Best regards!
0
Comments
search for the differences between skip, break and quit in the cside reference guide
yes, each file is a single process, because it has only one item in it. I search a bit about the three functions (quit, break, skip), but another question is, if it is also possible to move the file, when I skip it?
Best regards!
Some solutions I've developed moved them to either a finished or a problem folder.
|To-Increase|
This sounds great. Can you give me some tips or advices how to get this behavior?
Best regards!
but of course there are more options to solve this issue.