사용자 정의 표 데이터 매핑

커스텀 데이터 플레이그라운드

낯선 CSV, TXT, TSV, XLSX, XLS 파일을 먼저 표로 확인하고, 그래프 미리보기를 거친 뒤 재사용 가능한 템플릿으로 이어갈 수 있게 준비합니다.

Open Custom Data Playground

지원 형식

.csv, .txt, .tsv, .xlsx, .xls

사용 가능한 분석 기능

  • 표 미리보기

    CSV, TXT, TSV, XLSX, XLS에서 읽은 행과 열, 숫자 열 후보, 첫 X/Y 그래프를 확인한 뒤 사용자가 매핑 방향을 판단합니다.

    커스텀 데이터는 먼저 읽을 수 있는 행과 열을 보여줍니다. 도메인 어댑터가 필수 항목을 검증하기 전까지는 IV, EQE, UPS 같은 확정 분석 데이터로 취급하지 않습니다.

이 도구로 확인할 수 있는 내용

  • Tabular source preview

    Read CSV/TXT/TSV tables and the first readable sheet from XLSX/XLS workbooks, then show parsed rows, columns, row count, column count, and numeric-column candidates.

  • Default X/Y graph preview

    Select the first detected numeric X/Y pair for an initial graph so the user can see whether the file structure is usable.

  • Mapping workflow scaffold

    Expose the intended sidebar flow for source selection, axis mapping, fitting mode selection, and template saving before persistence is connected.

  • Template-first safety boundary

    Treat custom templates as file-shape mappings, not as validated scientific parsers, until a domain adapter checks all required inputs.

주요 사용 사례

  • Inspect unsupported tabular measurement files before choosing a scientific analysis tab.
  • Preview which rows and columns the app can read from a low-confidence upload.
  • Prepare reusable X/Y mapping templates for recurring equipment-specific exports.
  • Avoid silently forcing unknown files into IV, EQE, XPS, UPS, or other domain workflows.

FAQ

커스텀 데이터가 과학 분석 탭을 대체하나요?

아닙니다. 커스텀 데이터는 낯선 표 데이터를 안전하게 미리보고 매핑을 준비하는 영역입니다. 도메인별 계산은 검증된 분석 어댑터가 필수 입력을 확인한 뒤에만 수행해야 합니다.

재사용 템플릿을 저장할 수 있나요?

템플릿 저장은 계획되어 있습니다. 현재 첫 단계는 저장 로직을 연결하기 전에 의도한 사용자 흐름과 미리보기 UI를 먼저 보여줍니다.

파일은 어떻게 처리되나요?

이 분석 도구에 업로드한 파일은 그래프 변환과 분석을 위해 현재 브라우저 세션에서 처리됩니다. 사용자 허락 없이 외부로 전송하거나 저장하지 않습니다.

지원 흐름

  • 현재 그래프 변환은 CSV/TXT/TSV 텍스트 표와 XLSX/XLS 워크북의 첫 번째 읽기 가능한 시트 미리보기를 지원합니다.
  • 원본 미리보기는 파싱된 행, 열, 숫자 열 후보, 기본 X/Y 그래프를 보여줍니다.
  • 매핑, 피팅, 템플릿 저장 컨트롤은 예정 흐름으로 표시되지만 편집과 저장 동작은 다음 단계로 남겨두었습니다.
  • 커스텀 데이터 매핑은 도메인 어댑터가 필수 입력을 검증하기 전까지 IV, EQE, XPS, UPS 같은 과학 분석 결과가 아닙니다.