Nextcloud Tables icon

Nextcloud Tables

Verwalten Sie Ihre Nextcloud Tables - Tabellen, Zeilen und Daten

Overview

This node integrates with Nextcloud Tables to manage CSV imports into tables. Specifically, the "Import-Status Prüfen" operation allows users to check the status of a previously initiated CSV import by providing its Import-ID. This is useful for monitoring asynchronous import processes, verifying completion, or troubleshooting import issues.

Practical examples:

  • After uploading a CSV file to a Nextcloud Table, use this operation to poll and confirm when the import has finished.
  • Automate workflows that depend on data availability by checking import status before proceeding.
  • Detect and handle import errors programmatically by inspecting the status response.

Properties

Name Meaning
Import-ID The ID of the import to check the status for. Users must provide the specific Import-ID they want to query.

Output

The node outputs JSON data representing the current status of the specified import. This typically includes information such as whether the import is still processing, completed successfully, or failed, along with any relevant metadata or error messages related to the import process.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Nextcloud Tables API.
  • The node depends on Nextcloud Tables being accessible and properly configured with CSV import functionality enabled.
  • No additional external services are required beyond the Nextcloud instance.

Troubleshooting

  • Common Issues:

    • Providing an invalid or expired Import-ID will likely result in an error or empty status response.
    • Network connectivity problems or incorrect API credentials can cause authentication failures.
    • If the import process was never started or the ID does not exist, the node may return an error indicating the import was not found.
  • Error Messages:

    • Errors related to unknown resources or operations are unlikely here since the resource and operation are fixed.
    • Authentication errors should be resolved by verifying the API key credential configuration.
    • Timeout or network errors require checking connectivity to the Nextcloud server.

Links and References

Discussion