Результаты поиска

  1. Y

    Issue with table processing using ',' as a separator

    Hi everyone ! I'm working on a project where I need to download a zip file from Internet, decompress it and then do some filtering on it using table processing. So when I start the script, the file does not exist yet. The file contains ',' as a separator which I properly configured in my table...
  2. Y

    logical if does not work with variable default value

    Hi, I noticed that the logical if does not work with a variable that does not have a value but has a default value. That forces me to set all my variables at the beginning of the script even though they all have a default value... Not sure if this is a bug or a choice of design. Thanks