Skip to main content

OneDrive_File.read

readformaton_problems

Group: Input
Aliases: import, load, open

Documentation

Read a file using the specified file format.

Arguments

  • format: A File_Format object used to read file into memory. If Auto_Detect is specified; the provided file determines the specific type and configures it appropriately.
  • on_problems: Specifies the behavior when a problem occurs during the function. By default, a warning is issued, but the operation proceeds. If set to Report_Error, the operation fails with a dataflow error. If set to Ignore, the operation proceeds without errors or warnings.

Returns

  • The contents of the file read using the specified File_Format.

Errors

  • Throws Illegal_Argument if called on a folder.