Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. While this feature is still in preview it needs to be enabled for you or your customer, please contact InfoBridge support to enable it.
  2. As this feature demands much more processing time of our cloud services, additional pricing will be involved to use it.
  3. Currently only this profile setup is supported, FTP to SuperOffice:
  4. Currently, it is required to have an import file in a supported format on an FTP server that can be reached by DataBridge.
    1. This is a regular import file with data regarding one or more SuperOffice entities on each line.
    2. Each ‘line’ in this import file can have 1 accompanying physical document when document fields are configured.
    3. The physical documents need to be available on the same FTP connection as used for the main import file, subdirectories can be used, however.
    4. Physical documents are limited to a size of 10MB each, the same file types as SuperOffice are supported.
    5. Also, consider your available storage space when using SuperOffice Online as this differs per price plan.
    6. The speed of document import is mostly impacted by the FTP server and the SuperOffice connection.
    7. Currently, only 1 column of the main import file can be assigned for the path of the physical document, this can be a relative path, only the file name or any other identification value.
Info
titleHow to find document > 10Mb?

On windows use the command "forfiles" with parameters. It will list all documents that are bigger than 10Mb, even on a mapped network drive, including a recursive search in directories.
If you want the output of this search go into a text file, just add >c:\users\<your username>\Big Files.txt (or any file location you have write access to.)

Code Block
languagepowershell
forfiles /P D:\ /M *.* /S /D +"01/01/1980"  /C "cmd /c if @fsize gtr 10485760 echo @path @fsize @fdate @ftime"



How to

When this feature is enabled on your account by us AND you have a profile that imports data from FTP to SuperOffice the required configuration options become visible in the DataBridge wizard.

...