Documentation Using Files in Formulas

    Using Files in Formulas

    You can reference uploaded files in Melder formulas the same way you reference text fields. This allows you to analyze documents, extract information, and generate insights from your files.

    Using GEN with Files

    The simplest way to use files is with the =M.GEN formula:

    =M.GEN("Give me a resume summary of the candidate: ", A2)
    

    GEN with file

    Using EXTRACT with Files

    For targeted information extraction, use the =M.EXTRACT formula:

    =M.EXTRACT(A2, "Candidate name")
    

    EXTRACT example

    How It Works

    When you reference a file in a formula:

    1. Melder automatically processes the file content
    2. Makes it available to the AI model
    3. Generates responses based on the file's content
    4. Creates citations for information used