Data Extract
Similar to the BACS Extract, it is possible to create an export of your data in a clear and intelligible manner.
As a part of your implementation you'll be provided with an application that you will simply need to provide it with:
From Date
To Date
And this will output an extract file that contains a row for each application with all of the following fields (where applicable):
Firstname
Surname
DOB
NINO
Phone
UPRN
Address Line 1
Address Line 2
Address Line 3
Address Line 4
Postcode
ClaimId
Children Count
Award
Bank Account
Number of Vouchers
VoucherInfo
SecondVoucherInfo
ThirdVoucherInfo
FourthVoucherInfo
RefusalReason
Prerequisite
The application we will provide to is designed to run locally in your council.
So it has built in configuration which tells it how to go and capture these details from the cloud securely.
For security purposes we will provide the information required for the configuration file separately from the application package.
The only thing that you will add outside of this is the network path that you wish to write the file to.
Last updated
Was this helpful?