• Exporting constant value via CSV Connector

    Hi,

    I need to export all employees with email address in this format:

    METADATA|PersonEmail|PersonNumber|EmailType|EmailAddress|DateFrom|DateTo
    MERGE|PersonEmail|65566|W1|alalime@jozi.org|2024/02/28|4712/12/31

    On the file there has to be some constant values…

  • 9.0 LTS CSV Project Sync Define End of Line Sequence (CRLF vs LF)

    Hi,

    i've created a CSV-syncproject. The resulting file should be imported in some SaaS-App. The import within the SaS-APP fails because the app expects LF as End of Line Sequence.

    I've copied a file with LF-Sequence to the synchronization Endpoint…

  • Issue with function call in CSV Export

    Hi All,..

    I have an issue with the CSV Export component and calling the Function from the definition. We are using version 8.1.4. I tried two different options:

    1. Calling function using "LineScriptname" parameter - I created a function returning a valid…

  • Import csv - FileNotFoundException

    Hello mates,

    I'm trying to import a csv through "LaunchPad>CSV Connector > Data import"

    When I go to view the JobQueue the process is "FROZEN" and log gives me the next error:

    [1777292] Error connecting system (CSV Connector…

  • Report subscription as CSV return empty file

    I have created a custom report in Identity Manager 8.0.1 through the web portal. In the portal and when subscribing by mail as .xls the report works fine, but when I try to subscribe to the report as .csv the mail contains an empty csv-file. Does anyone…

  • Speed up CSVExport 100.000 entries generation from Script

     Hi all,

    I have to generate a CSV file from all PersonWantsOrg entries (~100.000 and counting) and because of I have to take values from others tables too I use a script to generate the rows:

    here my script

    Public Function CCC_Export_Requests_LineDefinition_DWH…