mrh (aider)
|
58f73c96c7
refactor: Split CSV processing into separate steps for need_search_url_columns and asin_columns
|
1 rok temu |
mrh
|
b6eb45e916
fix: Update brand columns to include URL search columns
|
1 rok temu |
mrh
|
6662fba6e1
fix: Update CSV file encoding and path
|
1 rok temu |
mrh (aider)
|
867c9fd9ad
refactor: Use pandas to read and write CSV files
|
1 rok temu |
mrh (aider)
|
184615b55c
refactor: simplify CSV processing by removing unnecessary parameters
|
1 rok temu |
mrh
|
852a357e12
refactor: Remove commented code and adjust process_csv parameters
|
1 rok temu |
mrh (aider)
|
90a2017df1
feat: add skip_rows parameter to handle initial info lines in CSV
|
1 rok temu |
mrh (aider)
|
d27cd8d0f0
feat: add header and data search start parameters with default values
|
1 rok temu |
mrh (aider)
|
ebba3aac38
feat: add header_row parameter to handle custom header positions in CSV
|
1 rok temu |
mrh (aider)
|
4db961e05d
feat: add `search_header` option to `search_keywords` for header row search
|
1 rok temu |
mrh
|
1343e7ffcd
chore: Comment out test code in new_col_translate.py
|
1 rok temu |
mrh (aider)
|
0eb0229593
refactor: modify `search_keywords` to search only specified row
|
1 rok temu |
mrh
|
be9c788576
refactor: Update logger name and search keywords in new_col_translate.py
|
1 rok temu |
mrh (aider)
|
a2e8857372
refactor: isolate project logs by configuring separate logger for mylib
|
1 rok temu |
mrh (aider)
|
4c1d2229c6
refactor: Move `read_csv_with_header` function and add standalone `search_keywords` test
|
1 rok temu |
mrh
|
a369b82624
feat: Add search_keywords call in new_col_translate main block
|
1 rok temu |
mrh (aider)
|
03877f598c
feat: add keyword search function to find columns containing keywords
|
1 rok temu |
mrh
|
3e4c91b526
完成插入新列和翻译,用 groq 翻译
|
1 rok temu |
mrh (aider)
|
e26ce8f8f9
feat: add logging for translation params and extracted content
|
1 rok temu |
mrh (aider)
|
348fcbf47a
refactor: update column translation to handle dynamic column indices and headers
|
1 rok temu |
mrh (aider)
|
214bbe785b
feat: add multi-column translation support and separate save functionality
|
1 rok temu |
mrh
|
fa2b4b41b7
完成读取编码,解析翻译指定行列
|
1 rok temu |
mrh (aider)
|
9ab94b9beb
feat: add CSV column translation with cp936 encoding support
|
1 rok temu |
mrh
|
dd9c4b0d81
chore: Remove unused `new_col_translate.py` file
|
1 rok temu |
mrh (aider)
|
fd601d0f58
feat: add optional encoding parameter to read_csv function
|
1 rok temu |
mrh
|
0b8f72b19d
feat: Add 'cp936' encoding to CSV reading encodings list
|
1 rok temu |
mrh (aider)
|
ee99a02bf8
feat: Add cp936 encoding for Simplified Chinese Windows CSV files
|
1 rok temu |
mrh (aider)
|
4bc0f13871
feat: prioritize Japanese encodings and add character validation
|
1 rok temu |
mrh (aider)
|
667e1d9360
fix: prioritize Japanese encodings in CSV reading
|
1 rok temu |
mrh (aider)
|
ab7a4c599a
feat: implement column translation with new column insertion and CSV processing
|
1 rok temu |