Forum Discussion

EmilieDurand's avatar
EmilieDurand
New Contributor II
10 months ago

Extract Loaded Journal Entries

Hello, 

I am currently on version 8 of OS and I am looking for a way to extract loaded journal entries. Is there a way to do so?

Thank you

  • Hi

    there are different ways. Do you want to automate? I'd suggest you to have a look BRApi Journals where you have the method to export journals to CSV:

    Dim sValue As String = BRApi.Journals.Data.ExportJournalsToCsv(si, serverFilePath, wfProfileName, wfScenarioName, wfTimeMemberFilter, journalStatus)