Make tablename a property of the datasource
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 21 Apr 2022 15:31:40 +0000 (03:31 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 5 May 2022 10:59:54 +0000 (22:59 +1200)
commit3377d521867aece6dedc7fd71b922760356fdd0f
tree392246fe781e9dea0e33f8ca32e8a12f130eefa7
parent8d88fae036b4cae4363f4b2ac4c00cdd9f61f71a
Make tablename a property of the datasource

The datasource stores the table name on the job - we don't need to pass it around.

Also - stop cleaning up the temp table at the end - we want it to
output results but will add a cleanup routine later
CRM/Contact/Import/Form/MapField.php
CRM/Contact/Import/Form/Preview.php
CRM/Contact/Import/ImportJob.php
CRM/Contact/Import/Parser/Contact.php
CRM/Import/DataSource/CSV.php
CRM/Import/DataSource/SQL.php
tests/phpunit/CRM/Import/DataSource/CsvTest.php