Looking for a way to export orders in with ANSI encoding and (CRLF) 10 format

Topic summary

A user needs to export Shopify orders as .TXT files with specific technical requirements:

File Format Requirements:

  • ANSI encoding with CRLF (Carriage Return Line Feed) line terminators
  • .TXT file extension
  • Filename format: date/timestamp (e.g., 2023-02-01-10-06-44-533.txt)

Content Structure:

  • Hard-coded header elements (account number, sub-account, business name, address)
  • Order-specific data (order number, recipient details, contact information)
  • The example provided appears corrupted or reversed (text shows backwards/garbled characters)

Current Status:
The discussion remains open with no responses yet. The user is seeking a solution or tool to automate this export process from Shopify, though the example data formatting suggests potential encoding issues that may need clarification.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Morning

I need to export orders in a particular format. Here are the requirements.

  1. (CRLF) 10 format
  2. Use a .TXT extension
  3. 2023-02-01-10-06-44-533.txt
    1. the filename includes a date/time stamp as noted above
  4. All lines within the file must be terminated by Carriage Return Line Feed (CRLF) 10

define the “header” elements that are not part of the order but hard-coded into the format.

Example:

Account Number: 0000000
Sub Acct:
Account Name: Our Business
Acct Addr1: 100 Petronia Road
Acct Addr2: Suite 200N
Acct Addr3:
Acct City: Easton
Acct State: Cal
Acct ZIP: 18104
Acct Phone:484-456-2600
Acct EMail: frank.smithy@aol.org
Acct Contact: Frank Smithy

TOP DATA IS HARD CODED

Recip Name: Jane Doe
Recip Addr1: 123 Street Road
Recip Addr2:
Recip Addr3:
Recip City: Anytown
Recip State: PA
Recip ZIP: 18252
Recip Phone: 484-555-1212
Recip EMail: JaneDoe@gmail.com

Order Number: 10001 (shopify order number)

M15 VBR00346 - 2 (Shopify sku - quantity)