raft-tech / TANF-app

Repo for development of a new TANF Data Reporting System
Other
17 stars 4 forks source link

Spike - catch file encoding error? #2854

Open ADPennington opened 9 months ago

ADPennington commented 9 months ago

Description: an aggregate file was rejected in TDP, and the error messages returned indicated the following: encodingerror

After some testing, it turns out that the error messages are incorrect. the file actually failed because of encoding (after changing it to UTF-8, the file processed successfully.) encoding

Open Questions: Please include any questions, possible solutions or decisions that should be explored during work

Deliverable(s): Create a list of recommendations or proofs of concept to be achieved to complete this issue

Supporting Documentation: Please include any relevant log snippets/files/screen shots

ADPennington commented 6 months ago

this issue came up again for tribal file submitted this week. an audit of rejected files needs to be conducted. suggested criteria for the audit:

cc: @lfrohlich @ysong001 @ttran-hub

lhuxraft commented 16 hours ago

May want to explore accepting UTF-8 with BOM, potentially bypass the issue