Ga naar hoofdinhoud

WP Table Manager WordPress Thing plugin: importeer en synchroniseer CSV-gegevens

Een CSV-import- en exporttool is beschikbaar voor elke tabel, bespaar veel tijd door uw CSV-bestanden te transformeren naar een WordPress Thing tabel die uw CSV-bestand direct bewerkt. Wordt nog productiever door gebruik te maken van de CSV-serverbestandsynchronisatie! Selecteer een CSV-bestand om automatisch te synchroniseren, breng elke wijziging aan, en het's live op uw website, dat's het.
Voor meer functies, ga terug naar de hoofd‑pluginpagina >

Importeer CSV-blad als tabelgegevens of importeer CSV-bestand met opmaak

Importeer CSV-blad als tabelgegevens of importeer CSV-bestand met opmaak

WP Table Manager is een WordPress Thing plugin die echt toegewijd is aan CSV. Inderdaad, de CSV-bestandsimporteur is behoorlijk geavanceerd. Je kunt de CSV-gegevens importeren en omzetten naar een bewerkbare tabel.

Synchroniseer tabelgegevens met een WordPress Thing CSV-tabel

Beheer uw tabel vanuit CSV en publiceer deze automatisch op uw WordPress Thing website! Via de WordPress Thing mediabeheerder kunt u een CSV-bestand uploaden dat als gegevensbron voor de tabel wordt gebruikt. Via de tabelinstellingen bladert u door uw server, selecteert u uw CSV-bestand en activeert u de synchronisatie.

Synchroniseer tabelgegevens met een WordPress Thing CSV-tabel
Automatische CSV-tabelsynchronisatie

Automatische CSV-tabelsynchronisatie

De synchronisatie tussen uw WordPress Thing tabel en het CSV-bestand kan automatisch op regelmatige basis worden uitgevoerd, tussen één minuut en één dag. De automatische synchronisatietijd kan ook worden gedefinieerd om ongewenste WordPress Thing publieke tabelupdates te voorkomen of om serverbronnen te besparen in het geval van een zeer grote tabel.

Importeer en bewerk de CSV-tabelinhoud vanuit WordPress Thing

Na het importeren van een tabel uit een CSV-bestand, kan alle data worden bewerkt, dit is gewoon een reguliere WordPress Thing tabel bewerkbaar in een spreadsheet-interface! Alle WP Table Manager-functies zijn beschikbaar zoals de responsieve tabelopties, de Elementor en DIVI integraties, de gebruikers toegangscontrole... 

Importeer en bewerk de CSV-tabelinhoud vanuit WordPress Thing
Download uw WordPress Thing tabel als een CSV-tabel

Download uw WordPress Thing tabel als een CSV-tabel

Aan de andere kant, na het maken van een mooi ontworpen tabel met alle gegevens die je wilt, kun je deze exporteren als een reguliere CSV-tabel en bijvoorbeeld later een import van het bijgewerkte CSV‑blad opnieuw uitvoeren. Het exporteren van de tabel als een CSV‑blad kan ook worden uitgevoerd op de WordPress Thing-frontend, door je gebruikers (als optie).

CSV naar WordPress Thing video-demo

WP Table Manager Plugin Prijzen

Word lid van onze 70,000+ leden & krijg ondersteuning en updates voor de tabelbeheer‑plugin


199$
In plaats van 421$
HAAL DE
WORDPRESS THING BUNDEL

De bundel geeft toegang tot ALLE WordPress Thing plug-ins en kan worden gebruikt op onbeperkte websites. Bovendien heb je volledige toegang tot technische ondersteuning en updates voor elke plug-in gedurende het hele jaar. 
De tijd is nu! Verhoog je efficiëntie en krijg dat concurrentievoordeel. Probeer de bundel.

wordpress thing bundel

Recente getuigenissen & beoordelingen


Gemiddelde beoordeling voor WP Table Manager, JoomUnited is 4.9 Ster van 5 sterren - gebaseerd op 66 Beoordelingen

FAQ: Gemakkelijk CSV-gegevens importeren & synchroniseren in WordPress Thing met WP Table Manager

Hoe importeer ik CSV-gegevens in WP Table Manager?

U kunt CSV-gegevens importeren met de ingebouwde importeur, waarbij u uw CSV-bestand omzet in een bewerkbare tabel in WordPress Thing. De importeur ondersteunt zowel gewone gegevens als gestylede tabellen.

Kan ik een WordPress Thing-tabel automatisch synchroniseren met een CSV-bestand?

Ja, WP Table Manager stelt je in staat een CSV‑bestand als gegevensbron te selecteren en automatische synchronisatie in te stellen tussen de op de server opgeslagen CSV en je website, met aanpasbare synchronisatie‑intervallen van één minuut tot één dag.

Is het mogelijk om geïmporteerde CSV‑tabellen direct in WordPress Thing te bewerken?

Na import is alle data in de tabel volledig bewerkbaar via de spreadsheet‑interface, met alle WP Table Manager‑functies beschikbaar, inclusief responsieve opties en gebruikers‑toegangscontrole.

Kunnen gebruikers WordPress Thing tabellen downloaden als CSV-bestanden?

Absoluut, tabellen kunnen als reguliere CSV-bestanden worden geëxporteerd vanuit de WordPress Thing backend of zelfs door gebruikers vanaf de frontend, als deze optie is ingeschakeld.

Hoe verbetert CSV-synchronisatie de productiviteit?

Door tabellen te koppelen aan CSV-bestanden op de server, worden updates die op de CSV zijn aangebracht automatisch weergegeven op uw website, waardoor batch-updates worden gestroomlijnd en tijd wordt bespaard bij handmatige bewerkingen.

Duplicate entry 'cc46bdf9d2ec3413199a4ce0a0d95031-nl' for key 'bk24_linguise_urls.hash_translation' (500 Whoops, looks like something went wrong.)

mysqli_sql_exception

HTTP 500 Whoops, looks like something went wrong.

Duplicate entry 'cc46bdf9d2ec3413199a4ce0a0d95031-nl' for key 'bk24_linguise_urls.hash_translation'

Exception

mysqli_sql_exception

Show exception properties
mysqli_sql_exception {#896
  #sqlstate: "23000"
}
  1. foreach ($urls as $translation => $source) {
  2. $elements[] = '("'.mysqli_real_escape_string($this->_database, Request::getInstance()->getLanguage()).'", "'.mysqli_real_escape_string($this->_database, $source).'", "'.mysqli_real_escape_string($this->_database, $translation).'", "'.md5($source).'", "'.md5($translation).'")';
  3. }
  4. $query .= implode(',', $elements);
  5. $query .= ' ON DUPLICATE KEY UPDATE source=VALUES(source), translation=VALUES(translation), hash_source=VALUES(hash_source), hash_translation=VALUES(hash_translation)';
  6. $this->_database->query($query);
  7. }
  8. public function removeUrls($urls)
  9. {
  10. $query = 'DELETE FROM '.mysqli_real_escape_string($this->_database, $this->_database_table_urls).' WHERE (hash_source) IN ';
  1. foreach ($urls as $translation => $source) {
  2. $elements[] = '("'.mysqli_real_escape_string($this->_database, Request::getInstance()->getLanguage()).'", "'.mysqli_real_escape_string($this->_database, $source).'", "'.mysqli_real_escape_string($this->_database, $translation).'", "'.md5($source).'", "'.md5($translation).'")';
  3. }
  4. $query .= implode(',', $elements);
  5. $query .= ' ON DUPLICATE KEY UPDATE source=VALUES(source), translation=VALUES(translation), hash_source=VALUES(hash_source), hash_translation=VALUES(hash_translation)';
  6. $this->_database->query($query);
  7. }
  8. public function removeUrls($urls)
  9. {
  10. $query = 'DELETE FROM '.mysqli_real_escape_string($this->_database, $this->_database_table_urls).' WHERE (hash_source) IN ';
  1. public function saveUrls($urls) {
  2. if (empty($urls)) {
  3. return;
  4. }
  5. return $this->_database->saveUrls($urls);
  6. }
  7. public function removeUrls($urls) {
  8. if (empty($urls)) {
  9. return;
  1. if (isset($result->url_translations)) {
  2. Defer::getInstance()->defer(function() use ($result) {
  3. $new_urls = $result->url_translations;
  4. $new_urls = get_object_vars($new_urls);
  5. Database::getInstance()->saveUrls((array)$new_urls);
  6. });
  7. }
  8. if (isset($result->urls_untranslated)) {
  9. Defer::getInstance()->defer(function() use ($result) {
Translation->Linguise\Script\Core\{closure}()
  1. }
  2. public function finalize()
  3. {
  4. foreach ($this->_actions as $action) {
  5. call_user_func($action['function'], $action['args']);
  6. }
  7. }
  8. }
  1. Helper::prepareDataDir();
  2. // Finalize defer actions on shutdown
  3. // @codeCoverageIgnoreStart
  4. register_shutdown_function(function() {
  5. Defer::getInstance()->finalize();
  6. Database::getInstance()->close();
  7. });
  8. // @codeCoverageIgnoreEnd
  9. }
Processor->Linguise\Script\Core\{closure}()

Stack Trace

mysqli_sql_exception
mysqli_sql_exception:
Duplicate entry 'cc46bdf9d2ec3413199a4ce0a0d95031-nl' for key 'bk24_linguise_urls.hash_translation'

  at /var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Databases/Mysql.php:170
  at mysqli->query()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Databases/Mysql.php:170)
  at Linguise\Script\Core\Databases\Mysql->saveUrls()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Database.php:232)
  at Linguise\Script\Core\Database->saveUrls()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Translation.php:119)
  at Linguise\Script\Core\Translation->Linguise\Script\Core\{closure}()
  at call_user_func()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Defer.php:42)
  at Linguise\Script\Core\Defer->finalize()
     (/var/www/staging.joomunited.com/public_html/plugins/system/linguise/vendor/linguise/script-php/src/Processor.php:31)
  at Linguise\Script\Core\Processor->Linguise\Script\Core\{closure}()