Skip to content

Commit ba55a79

Browse files
authored
Update readme.md with the new output sample
1 parent 2a0f0ca commit ba55a79

File tree

1 file changed

+4
-0
lines changed
  • Server-Side Components/Background Scripts/Duplicate Finder

1 file changed

+4
-0
lines changed

Server-Side Components/Background Scripts/Duplicate Finder/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ For example, to find models with the same name, model number and manufacturer
4545
var tableName = 'cmdb_model';
4646
var fieldNames = ['name', 'model_number', 'manufacturer'];
4747
```
48+
49+
### Sample output
50+
<img width="518" height="483" alt="image" src="https://github.com/user-attachments/assets/b5508bd8-4a3d-4478-95bd-fc6f770d4de2" />
51+

0 commit comments

Comments
 (0)