文件名称:ldif_csv:在C中将LDIF快速序列化为CSV
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-14 04:58:28
C
ldif_csv 在C中将LDIF快速序列化为CSV( ) 安装 git clone https://github.com/szechuen/ldif_csv.git cd ldif_csv make 先决条件: gcc或clang (必要时更改Makefile) 用法 ./ldif_csv < input_file.ldif > < output> 其中, <input_file.ldif>的类型为LDIF (WITHOUT LINE WRAP!),而
【文件预览】:
ldif_csv-master
----.gitignore(246B)
----base64.h(4KB)
----Makefile(346B)
----LICENSE(11KB)
----base64.c(8KB)
----README.md(953B)
----main.c(8KB)