Import tool

Hello,

I have a task to create a whole new class with multiple entries inside. Currently I have the records in an excel file. Where can I find the newest import tool and tutorial how to use the tool?

Thanks in advance,

Vasil

Parents Reply
  • Nothing extraordinary behind it—we automatically prepare the data that comes from our ERP (or also new objects that need to be newly created), and transfer everything via the API into M-Files.


    For automation, we use n8n because it's self-hosted and free even for enterprise use, standardized, and doesn't make you dependent on the expertise of a single programmer who creates individual solutions.

    docs.n8n.io/.../

    The M-Files nodes in n8n, made by a software vendor (they sell the nodes for little money), generate and send HTTP GET, POST (etc.) requests using given parameters. We also read data files/metadata/WF state out of M-Files, process, enrich and edit it, then update it back in M-Files. Thus, building even very complex workflows with data prep takes hours, not days/weeks.
    Additionally, only basic technical knowledge is required, no programmer necessary.

Children
No Data