We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
데이터 업로드 시 데이터명을 입력하게 됩니다. zip 파일의 경우 데이터 파일명이 데이터명이 되지만 1건 업로딩의 경우 사용자 입력값이 데이터명이 됩니다. 현재 DB 구조로는 원본 데이터 파일 정보를 찾을 수 없습니다.
변환시 converter_job_file_id 값을 data_info 에 저장 하도록 컬럼을 추가하고 상세 페이지에서 join을 통해 원본 파일 이름을 표시해 주십시오.
The text was updated successfully, but these errors were encountered:
ssshpark
No branches or pull requests
데이터 업로드 시
데이터명을 입력하게 됩니다.
zip 파일의 경우 데이터 파일명이 데이터명이 되지만
1건 업로딩의 경우 사용자 입력값이 데이터명이 됩니다.
현재 DB 구조로는 원본 데이터 파일 정보를 찾을 수 없습니다.
변환시
converter_job_file_id 값을 data_info 에 저장 하도록 컬럼을 추가하고
상세 페이지에서 join을 통해
원본 파일 이름을 표시해 주십시오.
The text was updated successfully, but these errors were encountered: