Releases: SocialFinanceDigitalLabs/liia-tools
Releases · SocialFinanceDigitalLabs/liia-tools
0.2.0
Update retention period
0.1.5.3
0.1.5.2
- Add schemas from 2017-2024 for both CIN census and SSDA903
- Use those schemas based on the year of the return
0.1.5.1
- Add children's social work workforce folders and existing code
- Add E43 and E44 codes to REC column
0.1.5.0
- Strip whitespace from CHILD_ID
- Update check_year function to allow more year styles and version numbers in file names
0.1.4.9
Allow F3 and P3 codes in ACTIV column
0.1.4.8
Update schema as we discovered the PLACE_PROVIDER column can contain blank values
0.1.4.7
- check_year function now accepts standard financial year formats in filenames e.g. 1920, 19-20, 19/20
0.1.4.6
- check_blank_file now returns "empty" which can be used to exit out of a loop rather than the previous exit() which completely exits
- check_file_type now returns "incorrect file type" which can be used to exit out of a loop rather than the previous exit() which completely exits
0.1.4.5
- check_blank_file function has now been added to 903. This checks if a file is blank before processing, if it is a log is created for the LA and the process stops, otherwise it continues. This allows LDS to automatically clean files without stopping the whole process due to a blank file.
- school_census folders have also been added in preparation for the new dataset
- testing of code to fix trailing decimals has been added