Google Sheets Export Fix: Keeping the First Column Blank in SAS

First column blank Google Sheets Export

SAS relies on Google's API to append data to the first available empty row. This process is governed by the content in the sheet's first column.

  • Requirement: To function correctly, Column A of your Google Sheet must be completely blank. The presence of any content in Column A determines where the append operation begins.

  • Configuration: You must also ensure the first field defined in your SAS export list is empty.

  • Resolution for Missing Data: If exported data is not visible at the expected location, please scroll down. Previous actions might have created blank rows or columns, and the new data will have been appended sequentially following the last non-empty (or previously blank) row.

Idea
If your goal is to have the first column appear blank after the export (so you can use it later), set the first column in your SAS export configuration to use a simple formula that inserts a placeholder, like a dash (-). This prevents the column from being truly "empty" to Google, allowing subsequent exports to append correctly. You can then easily overwrite these dashes in your Google Sheet after the export is complete.


    • Related Articles

    • Quickly source a product with SAS from the web address bar

      To perform a quick product search, type SAS into your web address, and when sas.selleramp.com is selected, click TAB, enter the ASIN/EAN and press Enter to instantly draw up results.
    • Customising your SellerAmp searches with variables

      The below variables can be used to specify aspects of your sourcing in the URL, separated by '&' - all attributes apply to selling except tp_integration_token: Attribute Name Description Notes tp_integration_token Token provided by SellerAmp for the ...
    • Using SAS in Dark Mode

      To enable Dark Mode for all SAS apps, toggle Dark Mode (Beta) to the ON position under the Miscellaneous section in Settings.
    • Using SellerAmp SAS on an iPad

      If you are using an iPad, you'll need to download the mobile app from the App Store or Google Play, which contains the same functions as the Chrome extension; you may find these videos helpful about using the mobile app and the Split View feature. ...
    • Performing calculations within SellerAmp

      Within editable fields in SAS which require numerical input, you can perform calculations using basic mathematical functions, as well as brackets. What is it? Any amount box can now handle common math operations, including addition (+), subtraction ...