ffxiv-datamining-ko icon indicating copy to clipboard operation
ffxiv-datamining-ko copied to clipboard

migrate to xiv-data-oxidizer and update to Patch v7.35

Open Ra-Workspace opened this issue 4 months ago • 3 comments

Changes:

  1. Tool Migration: Migrated from SaintCoinach to xiv-data-oxidizer for improved compatibility with recent game updates.

    • SaintCoinach: https://github.com/xivapi/SaintCoinach
    • xiv-data-oxidizer: https://github.com/mattantonelli/xiv-data-oxidizer
  2. Schema & Header Adjustments:

    • Column naming and ordering have been updated to align with the EXDSchema definitions.
    • EXDSchema: https://github.com/xivdev/EXDSchema
    • ironworks: https://github.com/ackwell/ironworks
  3. Raw Data Support: Added fallback for sheets without schema definitions.

Ra-Workspace avatar Dec 23 '25 06:12 Ra-Workspace

cactbot에서 한국어 데이터 저장소로 여기를 바라보고 있는데, 헤더 부분 길이가 달라져서

이전

key,0,1,2,3,4
#,Name,AchievementKind,ShowComplete,HideCategory,Order
int32,str,AchievementKind,bit&01,bit&02,byte

이후

#,Name,AchievementKind,ShowComplete,HideCategory,Order

에러가 발생할 예정입니다 ㅠㅠ

Bing-su avatar Dec 23 '25 08:12 Bing-su

구조가 바뀌다 보니 병합은 아직 보류 중이에요

그런데 파일이 꼬여서 다시 받는 중이라 기존 헤더 방식은 다운로드 다시 받을 때 까지 좀 걸릴 거 같아요 😥

먼저 PR 주실 수 있으면 바로 확인할게요

Ra-Workspace avatar Dec 23 '25 08:12 Ra-Workspace

아.. 사소한 실수가 있었어요

@Bing-su, 기존 헤더로 업데이트 해두었습니다

Ra-Workspace avatar Dec 23 '25 09:12 Ra-Workspace