dhanabalan
  • Joined on 2025-03-19
dhanabalan pushed to master at poc/pds 2025-09-26 06:27:30 +00:00
b2cf4dc18e Refactor readFiles method to streamline CSV row processing and ensure unique remaining row is returned
dhanabalan pushed to master at poc/pds 2025-09-26 06:19:33 +00:00
9774cda2ad Refactor readFiles method to enhance CSV row validation and ensure unique remaining rows are collected
dhanabalan pushed to master at poc/pds 2025-09-26 06:10:02 +00:00
bbe05d62b1 Enhance readFiles method to validate CSV row structure and return error response for insufficient columns
dhanabalan pushed to master at poc/pds 2025-09-26 06:08:17 +00:00
f353a699a2 Refactor readFiles method to handle file content processing and return structured response with serial numbers and remaining rows
dhanabalan pushed to master at poc/pds 2025-09-26 05:52:55 +00:00
956c282005 Add debug response for file reading in readFiles method and improve error handling for file accessibility
dhanabalan pushed to master at poc/pds 2025-09-26 05:46:08 +00:00
c9b5a59bf2 Refactor readFiles method to dynamically set file path and improve file handling
dhanabalan pushed to master at poc/pds 2025-09-26 05:43:41 +00:00
086910122e Implement file reading and database insertion in readFiles method
dhanabalan pushed to master at poc/pds 2025-09-26 05:18:53 +00:00
92a3b5a448 Refactor error responses in readFiles method to standardize status descriptions
dhanabalan pushed to master at poc/pds 2025-09-26 05:17:38 +00:00
64237c3da0 Improve error handling in readFiles method for directory access and readability
dhanabalan pushed to master at poc/pds 2025-09-26 05:13:53 +00:00
3d21975096 Validate plant code in readFiles method and update response structure
dhanabalan pushed to master at poc/pds 2025-09-26 05:05:25 +00:00
0710c3a7a1 Add authorization check to readFiles method in SapFileController
dhanabalan pushed to master at poc/pds 2025-09-26 05:01:00 +00:00
18eb234df4 Fix readFiles method to correctly concatenate file path for reading file contents
dhanabalan pushed to master at poc/pds 2025-09-26 04:56:07 +00:00
8a3c0639ad Refactor readFiles method to improve .txt file filtering logic
dhanabalan pushed to master at poc/pds 2025-09-26 04:52:26 +00:00
f50fbf5771 Fix readFiles method to add missing slash in file path for correct .txt file filtering
dhanabalan pushed to master at poc/pds 2025-09-26 04:51:08 +00:00
3a115241a9 Fix readFiles method to add missing slash in file path for correct .txt file filtering
dhanabalan pushed to master at poc/pds 2025-09-26 04:45:37 +00:00
062f35cb4d Fix readFiles method to correctly filter .txt files by adding missing slash in path
dhanabalan pushed to master at poc/pds 2025-09-26 04:43:42 +00:00
062f143dbb Refactor readFiles method in SapFileController to streamline file filtering logic
dhanabalan pushed to master at poc/pds 2025-09-26 04:36:31 +00:00
7406f4c97e Update readFiles method in SapFileController to change directory path and improve debug information
dhanabalan pushed to master at poc/pds 2025-09-25 05:30:58 +00:00
831c88f0fd Add migration to enforce unique constraint on plant_id and serial_number in quality_validations table
dhanabalan pushed to master at poc/pds 2025-09-23 06:47:25 +00:00
733cc45e60 Update readFiles method in SapFileController to change the directory path for file access