Delete enter character(s) while importing using TUniLoader
Posted: Tue 06 Sep 2016 17:47
Hello,
I am using Delphi 10.1.
There is a software package which gets data from barcode scanners. This software is not removing trailing enter characters in barcodes before inserting them in an MSSQL table. There is no way that software producer will implement such a feature in their application. It is not quite possible I talk to all clients and convince them to change their barcode scanner settings so that there will be no enter character at the end of each barcode read.
My application is importing that MSSQL table into a SQLite database table using TUniLoader. I wonder if there is a way to remove them before/during/after importation. What I am searching for is some kind of a SQL statement if it is possible. Either on MSSQL side, or in SQLite side.
Thanks.
I am using Delphi 10.1.
There is a software package which gets data from barcode scanners. This software is not removing trailing enter characters in barcodes before inserting them in an MSSQL table. There is no way that software producer will implement such a feature in their application. It is not quite possible I talk to all clients and convince them to change their barcode scanner settings so that there will be no enter character at the end of each barcode read.
My application is importing that MSSQL table into a SQLite database table using TUniLoader. I wonder if there is a way to remove them before/during/after importation. What I am searching for is some kind of a SQL statement if it is possible. Either on MSSQL side, or in SQLite side.
Thanks.