This project is not covered by Drupal’s security advisory policy.

This developer module extends the migrate process plugins to work specifically with the Smartsheet API.

When creating your migration .yml file, you must provide a Smartsheet API key. To keep your API key safe, I suggest using one of the tactics in this great lullabot article.

When making requests to the Smartsheet API, there are 2 JSON arrays used to grab the raw data in the sheet, 'rows' and 'columns.' Use the 'columns' array to look up each column's ID. Use the process plugin to iterate through each 'row' and return the data for a specified column ID.

Please read the README.txt file and the comments in Smartsheet.php for more information on how to use this process plugin.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Import and Export
  • Ecosystem: Migrate
  • Created by anthonygray47 on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases