· DataEase · Documentation · 2 min read
Comments
A Comment is reader feedback attached to one of your blog articles.
With DataEase you can:
- Export all comments for audit or reporting.
- Mark many comments as spam, not spam, approve, or delete in one upload.
Shopify’s comment-management guide.
Table of Contents
2. Export
- Pick a file type (CSV or Excel).
- Select Comment as the entity.
- Choose the fields you need—bodyHtml, authorName, status, etc.
- Run the task and download your file.
See detailed steps in the Export guide.
3. Import
Comments are read-only except for changing their status.
Supported commands in the command column (case-insensitive):
spam
not_spam
approve
delete
ignore
(do nothing)
Steps:
- Download the export file.
- Fill at least id and command for each row you want to change.
- In DataEase, map the columns, upload the file, and start the import.
Full instructions: Import guide
4. Field reference
id
Unique ID of the comment. Required for every import row.
command
Action to run on this comment (spam, not_spam, approve, delete, ignore).
bodyHtml
Comment content with HTML. Export only.
body
Comment content without HTML. Export only.
createdAt
Date the comment was created (ISO 8601). Export only.
ip
Commenter’s IP address. Export only.
isPublished
true
if the comment is visible. Export only.
publishedAt
Date the comment became visible. Export only.
status
Current moderation status (published
, spam
, pending
). Export only.
updatedAt
Last time the comment changed. Export only.
userAgent
Browser user agent string of the commenter. Export only.
Author
authorEmail
Email address of the commenter. Export only.
authorName
Name of the commenter. Export only.
Article
articleId
ID of the article this comment belongs to. Export only.
articleHandle
Article handle used in the post URL. Export only.
5. Filters
Id
Export one specific comment by its id.
PublishedStatus
Export comments that are published (true
) or hidden (false
).
Status
Filter by moderation status (spam
, published
, pending
).
Need help? Our support team replies within 24 hours.