From 5d24c96cc79663f0535b73b8b8e91d402ff78a46 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 16:44:13 -0500 Subject: [PATCH] Mention data validation --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9b6390c..c5a515d 100644 --- a/README.rst +++ b/README.rst @@ -29,11 +29,12 @@ Short Documentation PGWUI_Upload stands for `PostgreSQL`_ Web User Interface Upload. -A generic WSGI web form for bulk uploading tabular data into a -`PostgreSQL`_ database. The form presented requests database, login -credentials, the name of the table or view into which the data should -be uploaded, and the type and source of data. The all-or-nothing data -modification property which transactions provide is supported. +A generic WSGI web form for validation and bulk uploading of tabular +data into a `PostgreSQL`_ database. The form presented requests +database, login credentials, the name of the table or view into which +the data should be uploaded, and the type and source of data. The +all-or-nothing data modification property which transactions provide +is supported. PGWUI_Upload's distinguishing feature is the reporting of multiple errors per batch of uploaded data, while at the same time uploading -- 2.34.1