Add Excel Export Backend Pipeline #2

Closed
opened 2025-07-16 22:39:00 +08:00 by RYDE-WORK · 0 comments
Owner

Originally created by @HonestFox101 on 6/14/2025

Pipeline Design

Input

The data records containing image URLs, the structure of record is following.

interface ExampleRecord extends Record<string, unkown> {
    imageUrls: string[];
     ...
}

Ouput

A xlsx file, the example is following.
Image

*Originally created by @HonestFox101 on 6/14/2025* ## Pipeline Design ### Input The data records containing image URLs, the structure of record is following. ```typescript interface ExampleRecord extends Record<string, unkown> { imageUrls: string[]; ... } ``` ### Ouput A xlsx file, the example is following. ![Image](https://github.com/user-attachments/assets/6c9da9d6-0301-46cf-afc8-d770f4c37987)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RYDE-WORK/azon_seeker#2
No description provided.