Hi, I am reading a XLS file and writing this to a Postgres dB. The problem I have is that the last record written has a null value. I presume that this is to indicate that the last record has been reach. Since there is a varying number of records, I cannot set the last record value.
Is there any way I can avoid this last “null” record being written?
Thanks
Des