pgwui_bulk_upload
4 years agoMove title into pgwui_upload_core
Karl O. Pinc [Sat, 23 Jan 2021 01:47:22 +0000 (19:47 -0600)]
Move title into pgwui_upload_core

4 years agoAdd a "trim" setting to control trim of whitespace in data
Karl O. Pinc [Sat, 23 Jan 2021 01:31:23 +0000 (19:31 -0600)]
Add a "trim" setting to control trim of whitespace in data

4 years ago"map_file" is not a required setting
Karl O. Pinc [Thu, 21 Jan 2021 01:29:35 +0000 (19:29 -0600)]
"map_file" is not a required setting

4 years agoFix import
Karl O. Pinc [Thu, 21 Jan 2021 01:28:51 +0000 (19:28 -0600)]
Fix import

4 years agoDisplay trim checkbox
Karl O. Pinc [Wed, 20 Jan 2021 18:37:29 +0000 (12:37 -0600)]
Display trim checkbox

4 years agoThis module has its own literal_column_headings setting
Karl O. Pinc [Tue, 19 Jan 2021 21:32:26 +0000 (15:32 -0600)]
This module has its own literal_column_headings setting

4 years agoTake advantage of the return of the mutated exception
Karl O. Pinc [Tue, 19 Jan 2021 18:50:00 +0000 (12:50 -0600)]
Take advantage of the return of the mutated exception

4 years agoRecover from db errors while building insert statements
Karl O. Pinc [Tue, 19 Jan 2021 18:42:34 +0000 (12:42 -0600)]
Recover from db errors while building insert statements

4 years agoAlways close the file after getting column headers
Karl O. Pinc [Tue, 19 Jan 2021 17:44:04 +0000 (11:44 -0600)]
Always close the file after getting column headers

4 years agoFix "double hr" display above file errors
Karl O. Pinc [Mon, 18 Jan 2021 22:53:33 +0000 (16:53 -0600)]
Fix "double hr" display above file errors

4 years agoClose paragraph tag
Karl O. Pinc [Mon, 18 Jan 2021 22:38:26 +0000 (16:38 -0600)]
Close paragraph tag

4 years agoBump version number to 0.7.0
Karl O. Pinc [Mon, 18 Jan 2021 21:30:35 +0000 (15:30 -0600)]
Bump version number to 0.7.0

4 years agoForce "caution: prior errors" when errors in mutiple files
Karl O. Pinc [Mon, 18 Jan 2021 21:28:46 +0000 (15:28 -0600)]
Force "caution: prior errors" when errors in mutiple files

4 years agoReport error when there's too few data columns
Karl O. Pinc [Mon, 18 Jan 2021 20:53:20 +0000 (14:53 -0600)]
Report error when there's too few data columns

4 years agoValidate zip file only when there is a uploaded file
Karl O. Pinc [Mon, 18 Jan 2021 01:11:14 +0000 (19:11 -0600)]
Validate zip file only when there is a uploaded file

4 years agoAdd separator between each file's errors
Karl O. Pinc [Mon, 18 Jan 2021 00:58:55 +0000 (18:58 -0600)]
Add separator between each file's errors

4 years agoNo point in re-testing for open-ness, due to: yield from ...
Karl O. Pinc [Sun, 17 Jan 2021 01:25:32 +0000 (19:25 -0600)]
No point in re-testing for open-ness, due to: yield from ...

4 years agoFix duplicate display of error messages
Karl O. Pinc [Sun, 17 Jan 2021 01:20:40 +0000 (19:20 -0600)]
Fix duplicate display of error messages

4 years agoAlways use "self" so inheritance works
Karl O. Pinc [Sun, 17 Jan 2021 01:20:13 +0000 (19:20 -0600)]
Always use "self" so inheritance works

4 years agoPass stats to the template regardless of upload success
Karl O. Pinc [Fri, 15 Jan 2021 05:15:30 +0000 (23:15 -0600)]
Pass stats to the template regardless of upload success

4 years agoFix typo in parameter reference
Karl O. Pinc [Fri, 15 Jan 2021 05:13:53 +0000 (23:13 -0600)]
Fix typo in parameter reference

4 years agoHave open only the file that is being uploaded, not all files
Karl O. Pinc [Thu, 14 Jan 2021 04:06:29 +0000 (22:06 -0600)]
Have open only the file that is being uploaded, not all files

4 years agoCatch only the exceptions we expect to be raised
Karl O. Pinc [Thu, 14 Jan 2021 03:54:27 +0000 (21:54 -0600)]
Catch only the exceptions we expect to be raised

4 years agoColor errors discovered during initialization
Karl O. Pinc [Wed, 13 Jan 2021 20:48:29 +0000 (14:48 -0600)]
Color errors discovered during initialization

4 years agoSimplify what's passed to the DataLineProcessor; remove extra coloring
Karl O. Pinc [Wed, 13 Jan 2021 20:14:09 +0000 (14:14 -0600)]
Simplify what's passed to the DataLineProcessor; remove extra coloring

4 years agoInitial commit
Karl O. Pinc [Tue, 5 Jan 2021 21:44:56 +0000 (15:44 -0600)]
Initial commit