1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-07-16 11:14:05 +00:00

Parse table columns

This commit is contained in:
2025-06-15 21:09:58 +02:00
parent f7fef208f8
commit cc10a1e7b4
5 changed files with 159 additions and 53 deletions

View File

@ -85,7 +85,7 @@ func (sect *FmpSector) processChunks(dict *FmpDict) error {
// Todo: take index into account
dict.SetValue(
currentPath,
append(dict.GetValue(currentPath), chunk.Value...),
append(dict.GetValue(currentPath...), chunk.Value...),
)
case FmpChunkSimpleKeyValue: