# csmar **Repository Path**: code-fox/csmar ## Basic Information - **Project Name**: csmar - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-13 - **Last Updated**: 2026-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # csmar Import data from CSMAR zip/xlsx file. ## Install ```stata * Latest version cap ado uninstall csmar net install csmar, from("https://raw.githubusercontent.com/codefoxs/csmar/main/") replace * Old versions cap ado uninstall csmar net install csmar, from("https://raw.githubusercontent.com/codefoxs/csmar/v#.#.#/") replace ``` ## Example ### Quick use ```stata csmar "path/to/csmar/zip/file.zip" csmar "path/to/csmar/xlsx/file.xlsx" ``` ### Remove existing files in the folder ```stata csmar "path/to/csmar/zip/file.zip", remove ``` ### Keep the raw case for variable names ```stata csmar "path/to/csmar/zip/file.zip", remove case(raw) ```